B
bondtk
I have a database table populated with a couple thousand records already. The
primary key field is an auto number field. I would like first to create a new
field and copy the auto number data to the new field to retain the same
"record number" for the current items since we started tracking each entry by
this auto number field (wrong idea, I know). But now, I'd like to have this
new field look for the highest number and add one to generate a new number
WITHOUT the use of Access' auto number feature. I'm assuming I could code
this on the form itself each time a user added a new record. Does anyone have
a very simple way to accomplish this?
primary key field is an auto number field. I would like first to create a new
field and copy the auto number data to the new field to retain the same
"record number" for the current items since we started tracking each entry by
this auto number field (wrong idea, I know). But now, I'd like to have this
new field look for the highest number and add one to generate a new number
WITHOUT the use of Access' auto number feature. I'm assuming I could code
this on the form itself each time a user added a new record. Does anyone have
a very simple way to accomplish this?