Is it possible to set up a query that can lookup fields from one table to another table? For example, i have 3 tables:
tblClientMachine:
ClientMachineID (PK)
ClientID
MachineID
tblClient
ClientID (PK)
Surname
Forename
etc
tblMachine
MachineID (PK)
Make
Model
etc
I have a combo box which shows the contents of tblClientMachine, but when i click the arrow it just displays the ClientID number and MachineID number, where as i want it so it displays Client Surname, Forename and Machine Make and Model. This is probably a simple query to set up, its just im not 100% sure on howto do it.
Ne help with this?
Thanks all
Jim
tblClientMachine:
ClientMachineID (PK)
ClientID
MachineID
tblClient
ClientID (PK)
Surname
Forename
etc
tblMachine
MachineID (PK)
Make
Model
etc
I have a combo box which shows the contents of tblClientMachine, but when i click the arrow it just displays the ClientID number and MachineID number, where as i want it so it displays Client Surname, Forename and Machine Make and Model. This is probably a simple query to set up, its just im not 100% sure on howto do it.
Ne help with this?
Thanks all
Jim
Last edited: