Hi
I am trying to tidy up an access database that has traditionally just been used as a spreadsheet. I have split up the information into different tables and need some help transferring information.
I now have two tables:
Client Info - Client ID (primary key), Name, DOB,
Client Address - Address Id (primary key), Client ID, Address 1, Address 2, etc
They are linked (client info) one to many (client address). The client id is a new column I have added in the Client Info table, to enable multiple addresses against a client. If i leave the Name and DOB, fields in the Client Address table for the meantime is there any way I can get access to find the corresponding details in the client Info table and automatically update the Client ID fields in the Address table?
Does this make sense? Or do I have to manually put the tables side by side and type in the ID numbers in the client address table to match the client info table?
Thanks!
I am trying to tidy up an access database that has traditionally just been used as a spreadsheet. I have split up the information into different tables and need some help transferring information.
I now have two tables:
Client Info - Client ID (primary key), Name, DOB,
Client Address - Address Id (primary key), Client ID, Address 1, Address 2, etc
They are linked (client info) one to many (client address). The client id is a new column I have added in the Client Info table, to enable multiple addresses against a client. If i leave the Name and DOB, fields in the Client Address table for the meantime is there any way I can get access to find the corresponding details in the client Info table and automatically update the Client ID fields in the Address table?
Does this make sense? Or do I have to manually put the tables side by side and type in the ID numbers in the client address table to match the client info table?
Thanks!
Comment