brendoaccess
Technical User
Hi
I have a look up table "tblContractors" with ContractorsID (autonumber) and ContractorName as short text - as several other post herein note, I get the ContractorsID number in forms when I want the ContractorName due to limitations of the lookup approach - I see fixes aplenty for combo boxes but no suggestions for alternative ways to do approach the issue. I will have an unlimited number of Contractors: how else should I store them apart from in a separate table, and how else should I reference a particular one than a look up?
Now that I am in this pickle, how can I get the ContractorName to appear in a text box in my form?
Sorry if this seems like a moan.
Thanks
I have a look up table "tblContractors" with ContractorsID (autonumber) and ContractorName as short text - as several other post herein note, I get the ContractorsID number in forms when I want the ContractorName due to limitations of the lookup approach - I see fixes aplenty for combo boxes but no suggestions for alternative ways to do approach the issue. I will have an unlimited number of Contractors: how else should I store them apart from in a separate table, and how else should I reference a particular one than a look up?
Now that I am in this pickle, how can I get the ContractorName to appear in a text box in my form?
Sorry if this seems like a moan.
Thanks