G
Guest
Hi Everyone,
I've been given a small project to import records from a laptop mdb to a mdb
on the server. There has been a few problems so far. The mdb's are using
autonumber for the key field of the parent table. I was having a problem
inserting the data into the server database. I finally changed the Autonumber
to Random and I can now insert into the database using the querys I have. The
but problem is that on the server the key field is changed from the original
value, so I need to get that value back so that I can update the child tables
with the correct key value. Is there a way to do this? I'm using Access 2003
with ADO. Thanks for any help.
Michael Lee
I've been given a small project to import records from a laptop mdb to a mdb
on the server. There has been a few problems so far. The mdb's are using
autonumber for the key field of the parent table. I was having a problem
inserting the data into the server database. I finally changed the Autonumber
to Random and I can now insert into the database using the querys I have. The
but problem is that on the server the key field is changed from the original
value, so I need to get that value back so that I can update the child tables
with the correct key value. Is there a way to do this? I'm using Access 2003
with ADO. Thanks for any help.
Michael Lee