Hi,
I have 2 table setup like :-
tbl1
SuppID
FirstName
Etc
Etc
tbl2
Supp_ID
SuppNum
Etc
Etc
The table are related by SuppID<->Supp_ID
I have a form where I want the user to find a record based on a combobox selection. Currently this works by selecting a SuppID from tbl1 as displayed in the combobox. What I want is the user to be able to select a SuppNum from tbl2 from the combobox. Is this possible? I've tried ammending the SQL statement for the combobox's row source, but I can't get the SuppNum to be displayed.
Thanks in advance.
I have 2 table setup like :-
tbl1
SuppID
FirstName
Etc
Etc
tbl2
Supp_ID
SuppNum
Etc
Etc
The table are related by SuppID<->Supp_ID
I have a form where I want the user to find a record based on a combobox selection. Currently this works by selecting a SuppID from tbl1 as displayed in the combobox. What I want is the user to be able to select a SuppNum from tbl2 from the combobox. Is this possible? I've tried ammending the SQL statement for the combobox's row source, but I can't get the SuppNum to be displayed.
Thanks in advance.