Hi -
I have a situation where multiple users need to use a database without being networked. Users will be adding and updating information. I will then have to append this data to the Main Database, getting rid of duplicate information (if different users independently add the same information) and yet keeping Autonumber Id relationships between tables intact. Before I spend days on figuring out whether this is possible, can someone tell me if it is or not? And if so, what is the best way to do this – delete duplicate and append queries? If I delete duplicates, I will be deleting Autonumber ID relationships. Is there a way to then automatically update foreign key Ids for those duplicate records that will be deleted?
Also, I don't know how to code, so if there is a way to do this it needs to be relative uncomplicated.
Thanks!!
I have a situation where multiple users need to use a database without being networked. Users will be adding and updating information. I will then have to append this data to the Main Database, getting rid of duplicate information (if different users independently add the same information) and yet keeping Autonumber Id relationships between tables intact. Before I spend days on figuring out whether this is possible, can someone tell me if it is or not? And if so, what is the best way to do this – delete duplicate and append queries? If I delete duplicates, I will be deleting Autonumber ID relationships. Is there a way to then automatically update foreign key Ids for those duplicate records that will be deleted?
Also, I don't know how to code, so if there is a way to do this it needs to be relative uncomplicated.
Thanks!!