This is probably so simple, but I'm brain dead now.
A number of places I have an ID number showing where I'd like to have the name. Easy If I use a combo box, but I just what a text box to get the name corresponding to the ID number.
Example have a form (Orders) with a (Order Detail)subform.
Nither control source for the form or subform has the Product Name, (That stays with the Parent or subform).The subfom is a continuous form. The Subform is filled from unbound hidden text boxes passed to the subform from an add button. Successive list boxes fill the unbound text boxes. the ProductName and ProductID are in a table "Products".
When I see how I'll kick myself I'm sure. Any Help Greatly appreciated.
A number of places I have an ID number showing where I'd like to have the name. Easy If I use a combo box, but I just what a text box to get the name corresponding to the ID number.
Example have a form (Orders) with a (Order Detail)subform.
Nither control source for the form or subform has the Product Name, (That stays with the Parent or subform).The subfom is a continuous form. The Subform is filled from unbound hidden text boxes passed to the subform from an add button. Successive list boxes fill the unbound text boxes. the ProductName and ProductID are in a table "Products".
When I see how I'll kick myself I'm sure. Any Help Greatly appreciated.