I have never used Access before, but I have moderate experience with VBA and here is what I want to do:
I wish to insert new data (location, construction project title, job number, etc) in between two existing records in a table or query. I am having trouble running an SQL or ID # counter to archive new info. I can add the record to the end of the db, but I can't get it to insert in between two existing records while re-autonumbering the database. Anybody have any simple code I can reference for this problem?
I wish to insert new data (location, construction project title, job number, etc) in between two existing records in a table or query. I am having trouble running an SQL or ID # counter to archive new info. I can add the record to the end of the db, but I can't get it to insert in between two existing records while re-autonumbering the database. Anybody have any simple code I can reference for this problem?