Peter Bellamy
Registered User.
- Local time
- Today, 16:26
- Joined
- Dec 3, 2005
- Messages
- 295
I want to offer a user Combo box filled with the contents one of the records of a table.
The user has already made a selection of the Table required (by selecting an item they are interested in) and its name is available in the VBA code.
The problem is I do not know the exact record name.
For example
Chosen Table name "Company Product"
The Field I want will be named something like "company_serialno" , it will always be "something_serialno" and is always the third record in the Table.
How can I find its exact wording?
Cheers
The user has already made a selection of the Table required (by selecting an item they are interested in) and its name is available in the VBA code.
The problem is I do not know the exact record name.
For example
Chosen Table name "Company Product"
The Field I want will be named something like "company_serialno" , it will always be "something_serialno" and is always the third record in the Table.
How can I find its exact wording?
Cheers