I have a form called MainSys which will have Name, Company & Address. The form's record source is a table with CompanyId(a number), LocationID(a number) and Contact(a text). I have Name as a combobox and would like to know how to get Company & address to be populated as Company Name and Address Location rather than ID when the user makes a selection in the combobox for Name.
The Company table contains CompanyID(primary key) and CompanyName.The Location table contains PersonID (primary key), CompanyId, LocationID and Name.
Can anyone help with the SQL needed to do that.
The Company table contains CompanyID(primary key) and CompanyName.The Location table contains PersonID (primary key), CompanyId, LocationID and Name.
Can anyone help with the SQL needed to do that.