J
JLB quest
I have a form database which is linked to a table databse.
I created a new table in the table database from the form database using a
make table query (to split data into old and new records). Now when my users
add new records they are added to in front of the records, but in order....
so I get:
123, 124, 125, 1, 2, 3, 4, 5, 6 ...
The next record added will mean I get;
123, 124, 125, 126, 1, 2, 3, 4, 5, 6 ...
Any ideas ?
I created a new table in the table database from the form database using a
make table query (to split data into old and new records). Now when my users
add new records they are added to in front of the records, but in order....
so I get:
123, 124, 125, 1, 2, 3, 4, 5, 6 ...
The next record added will mean I get;
123, 124, 125, 126, 1, 2, 3, 4, 5, 6 ...
Any ideas ?