Re: Return "Text Value" to a Table from a Combobox instead of "ID"
Ok fine, I changed the boundary to the column I want. And I now recieve my right information. Thanks alot.
There is just one thing i dont get , when i open the form there is a (*) in the combobox (Which i havent had before I...
Re: Return "Text Value" to a Table from a Combobox instead of "ID"
Thx Bob,
Ok from now one I will store the data as the "ID" , but do you mean that the combobox should be built upon a query instead of a table?.
Or should i store the data in a table , and the use a query to change the...
Hey,
I have made a form with a combobox where the user can choose to pick a specific company or pick ALL companies. The table which the combobox is built upon consists of two columns [CompanyID, Company] where CompanyID is the primary key. The problem I have is that the combobox only return...