Hi
I hope someone can help me. I have an Access table name bs_loc.
This table has an autonumber name LOC_ID. The other fields are DESCRIPTION, MUNICIPALITY, AMENITIES, DATE1, HISTORY, ADA, DIST_INT, MAIN, CROSS, AND RW. All of these fields are populated.
I would like to insert records from this table to a specific location in the Result table. The fileds are the same in the Result table, but the insert will break a sequence in the Result table and that sequence must be renumbered/resequenced after the insertion.
We are keeping an inventory of bus stops in the order the stops occur. So, if there is a need to add, remove, or move a stop, the renumbering must happen. I would really appreciate guidance on this. Believe me I have tried and I am a bit discourage at the moment.
I hope someone can help me. I have an Access table name bs_loc.
This table has an autonumber name LOC_ID. The other fields are DESCRIPTION, MUNICIPALITY, AMENITIES, DATE1, HISTORY, ADA, DIST_INT, MAIN, CROSS, AND RW. All of these fields are populated.
I would like to insert records from this table to a specific location in the Result table. The fileds are the same in the Result table, but the insert will break a sequence in the Result table and that sequence must be renumbered/resequenced after the insertion.
We are keeping an inventory of bus stops in the order the stops occur. So, if there is a need to add, remove, or move a stop, the renumbering must happen. I would really appreciate guidance on this. Believe me I have tried and I am a bit discourage at the moment.