P
Paul
Hello gurus,
Thank you for your help and assistance.
I have been wondering if I can save multiple values from
separate fields into a single field in a table using a
lookup query.
Here we go:
there is a Branches table
BranchID BranchDescription
101 City A Dept 1
102 City A Dept 2
300 City B
400 HQ
and Staff Table
BranchID StaffID Name
101 101 John Smith
101 201 Mary Poppins
102 101 George Jackson
102 111 Louis Brett
102 201 Jenn Smirnoff
and some other Table, say "customers"
...... InputStaffID
101101
102201
101201
When entering InputStaffID values into the Customer table
in the table view mode I use Lookup query from Staff
Table picking up BranchID and StaffID. I can display 2
values in the combobox, but only one can be entered, it
seems.
The question is how do I save BranchID and StaffID, which
when combined constitute the unique ID, together in the
InputStaffID filed using a lookup query?
Sorry for long explanation, I tried to make it easy to
inderstand.
Any suggestions would be very much appreciated.
Regards,
Paul
Thank you for your help and assistance.
I have been wondering if I can save multiple values from
separate fields into a single field in a table using a
lookup query.
Here we go:
there is a Branches table
BranchID BranchDescription
101 City A Dept 1
102 City A Dept 2
300 City B
400 HQ
and Staff Table
BranchID StaffID Name
101 101 John Smith
101 201 Mary Poppins
102 101 George Jackson
102 111 Louis Brett
102 201 Jenn Smirnoff
and some other Table, say "customers"
...... InputStaffID
101101
102201
101201
When entering InputStaffID values into the Customer table
in the table view mode I use Lookup query from Staff
Table picking up BranchID and StaffID. I can display 2
values in the combobox, but only one can be entered, it
seems.
The question is how do I save BranchID and StaffID, which
when combined constitute the unique ID, together in the
InputStaffID filed using a lookup query?
Sorry for long explanation, I tried to make it easy to
inderstand.
Any suggestions would be very much appreciated.
Regards,
Paul