Struggling here.
Have a table (Customers) which has lookup fields for codes. This is expanded to a query (customers extended). The query displays the lookup value just fine. I have a form which is split and is used to search for customers based on a number of things including the codes. Unless I use a combo box I cant get the results to display anything other than the ID or hidden value of the lookup value. Using a combo box puts multiple drop down arrows on the form. I truely would like to not have this. Can you display lookup values in a text box of a form?
I have tried =DLookUp("Code","CodesSIC","[ID]) and multiple variations. I believe the situation is, without binding the text box to SIC1, SIC2, or SIC3 it doesnt know what field to equate it to.
Any suggestions for displaying the lookup value in forms text box?
Have a table (Customers) which has lookup fields for codes. This is expanded to a query (customers extended). The query displays the lookup value just fine. I have a form which is split and is used to search for customers based on a number of things including the codes. Unless I use a combo box I cant get the results to display anything other than the ID or hidden value of the lookup value. Using a combo box puts multiple drop down arrows on the form. I truely would like to not have this. Can you display lookup values in a text box of a form?
I have tried =DLookUp("Code","CodesSIC","[ID]) and multiple variations. I believe the situation is, without binding the text box to SIC1, SIC2, or SIC3 it doesnt know what field to equate it to.
Any suggestions for displaying the lookup value in forms text box?