R
Ray C
I have a Stock Table and I have Entry Tables that go with the stock table.
The Make entry Table contains a Make ID and all the different Makes of Stock.
Similarly, the Model Table contains a ModelID and all the different Models. I
use a combo Box to make the selection and ID is the Bound Column so that the
Combo displays the Make/Model as Text but the Make/Model ID is stored in the
Stock Table. My problem is that when I subsequently use a Text Box to display
the Make/ Model stored in a particular Record of the Stock Table, all that is
displayed in the text box is the ID number. I should be able to get the Text
Box to display the Make/ Model text that is associated with the ID by using a
Query but I don't know how to go about that. Could anyone help please?
Thanks RayC
The Make entry Table contains a Make ID and all the different Makes of Stock.
Similarly, the Model Table contains a ModelID and all the different Models. I
use a combo Box to make the selection and ID is the Bound Column so that the
Combo displays the Make/Model as Text but the Make/Model ID is stored in the
Stock Table. My problem is that when I subsequently use a Text Box to display
the Make/ Model stored in a particular Record of the Stock Table, all that is
displayed in the text box is the ID number. I should be able to get the Text
Box to display the Make/ Model text that is associated with the ID by using a
Query but I don't know how to go about that. Could anyone help please?
Thanks RayC