Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have a field, SerialNumber in my table(Access). How do I autogenerate the serial number, say 0001 for the first time and increment it by 1 (ie.) 0002 for the next and so on. I am getting a datatype error when the serial number is set to autonumber in the table. So I have made it as a text field. I need to autogenerate using code. Please lemme how to do it.
Thanks
I have a field, SerialNumber in my table(Access). How do I autogenerate the serial number, say 0001 for the first time and increment it by 1 (ie.) 0002 for the next and so on. I am getting a datatype error when the serial number is set to autonumber in the table. So I have made it as a text field. I need to autogenerate using code. Please lemme how to do it.
Thanks