Displaying text value rather than "ID"
Hey all,
I have a Contacts table with a States and Provinces field that is a lookup to a 2nd table that lists states and provinces (the purpose is to give a pull down menu on other forms to enter data in order to ensure continuity).
The Contacts table is storing the Autonumber ID from the lookup table rather than the text name. In most cases this isnt a problem, but I am using a reservation form where I choose a company name, and auto populate a bunch of text boxes with the address, city, province/state and postal/zip code. When this autopopulation happens, it is displaying the numerical value from the lookup table, rather than the text value.
i.e Los Angeles, 14 rather than Los Angeles, California
Is there a simple explanation for how to get it to display the text value? My method for getting all of the values is to create a combo box with every field that I need and hide the fields I don't want to see. Then I create multiple text boxes and use "=[cboCompany].[Column](2)"...and so on for the others.
Anyway, I have started rambling, so thanks for any help you can give.
Hey all,
I have a Contacts table with a States and Provinces field that is a lookup to a 2nd table that lists states and provinces (the purpose is to give a pull down menu on other forms to enter data in order to ensure continuity).
The Contacts table is storing the Autonumber ID from the lookup table rather than the text name. In most cases this isnt a problem, but I am using a reservation form where I choose a company name, and auto populate a bunch of text boxes with the address, city, province/state and postal/zip code. When this autopopulation happens, it is displaying the numerical value from the lookup table, rather than the text value.
i.e Los Angeles, 14 rather than Los Angeles, California
Is there a simple explanation for how to get it to display the text value? My method for getting all of the values is to create a combo box with every field that I need and hide the fields I don't want to see. Then I create multiple text boxes and use "=[cboCompany].[Column](2)"...and so on for the others.
Anyway, I have started rambling, so thanks for any help you can give.
Last edited: