I want to use a default value for the ID column whose width is 0. I tried using the NullText property, but dosen't work. Any help is appreciated.
Printable View
I want to use a default value for the ID column whose width is 0. I tried using the NullText property, but dosen't work. Any help is appreciated.
That should be done in your database. SQL and Access allow you to setup Defult values on a field in the case that no data is put into that field.
Thanks for the help!!Appreciate it.