MackMan
Registered User.
- Local time
- Today, 19:52
- Joined
- Nov 25, 2014
- Messages
- 174
Hi all.
Is it possible to have a combo box look in two different fields in a table, to return the same data based on PK?
I'm only talking hypothetically as the systems we use for work incorporate this method and it makes for easier data entry, but I'm stumped as to how this would work, based on a comboboxs' bound field.
For instance.. In my table I have a supplierID, SupplierName, and SupplierABBR (amongst others)
Can a user type in 'either' the abbreviated supplier code (SupplierABBR ) OR (SupplierName) name to allow the combobox to return the details as necessary (SupplierName)
If so, would this be taken care of using VBA, a query or expressions?
As always, appreciative of your time, and wisdom.
Is it possible to have a combo box look in two different fields in a table, to return the same data based on PK?
I'm only talking hypothetically as the systems we use for work incorporate this method and it makes for easier data entry, but I'm stumped as to how this would work, based on a comboboxs' bound field.
For instance.. In my table I have a supplierID, SupplierName, and SupplierABBR (amongst others)
Can a user type in 'either' the abbreviated supplier code (SupplierABBR ) OR (SupplierName) name to allow the combobox to return the details as necessary (SupplierName)
If so, would this be taken care of using VBA, a query or expressions?
As always, appreciative of your time, and wisdom.