This is going to be a little hard to explain but here goes.
1. I created an access table with a record ID as a primary key and as AutoNumber. So as each record is added it gets the next Record Number.
2. The records also have a date. However the records were not added in date order. So if I sort by Record ID the dates are not in order and if I sort by Date Record ID is not in order.
3. I deleted the Record ID field sorted by dates and then added the Record ID (AutoNumber) back in thinking that the Record ID and Date would both be in order.
That is not what happened the Record ID went back to the order the records were added to the DataBase.
Is there a way to sort by date and then add Record ID that would result in the having the Record ID and date in the same order. There appears to be some internal "Record ID" that I can't see that is assigned as records are added.
I had thought of exporting the records sorting by date and importing the records back into the data base in data order and then adding Record ID field (AutoNumber) but I was hopping there is a simpler solution.
Hopefully someone can provide a solution.
1. I created an access table with a record ID as a primary key and as AutoNumber. So as each record is added it gets the next Record Number.
2. The records also have a date. However the records were not added in date order. So if I sort by Record ID the dates are not in order and if I sort by Date Record ID is not in order.
3. I deleted the Record ID field sorted by dates and then added the Record ID (AutoNumber) back in thinking that the Record ID and Date would both be in order.
That is not what happened the Record ID went back to the order the records were added to the DataBase.
Is there a way to sort by date and then add Record ID that would result in the having the Record ID and date in the same order. There appears to be some internal "Record ID" that I can't see that is assigned as records are added.
I had thought of exporting the records sorting by date and importing the records back into the data base in data order and then adding Record ID field (AutoNumber) but I was hopping there is a simpler solution.
Hopefully someone can provide a solution.