i've got 2 tables;
Table1 contains these fields:
Code
Name
Division
Sector
Table2 contains these fields:
Company
Person
Code (this is a Lookup)
Name
Division
Sector
what i want to do is when the user select a value from the Code field in Table2, i want the Name, Division and Sector fields in Table2 to be populated (auto) by the values set in Table1 based on whatever Code was selected.
can this be done? thanks.
Table1 contains these fields:
Code
Name
Division
Sector
Table2 contains these fields:
Company
Person
Code (this is a Lookup)
Name
Division
Sector
what i want to do is when the user select a value from the Code field in Table2, i want the Name, Division and Sector fields in Table2 to be populated (auto) by the values set in Table1 based on whatever Code was selected.
can this be done? thanks.