Hi all,
I have a text box on a form which I want to be controlled by what is selected in a combo box on the same form without the use of queries and subforms.
For example:-
Table 1
tblSchedule contains a unique ID(SchID) and a value(SchValue) for that ID. The combo box will show what ID's are available and I want the text box to populate with the value(SchValue) after a selection is made.
Table 2
tblMaterial contains a unique ID(MatID), description(MatDesc) and a value(MatValue). The combo box will show both the ID and the description and I want the text box to populate with the value(MatValue) after a selection is made.
Any and all help is much appreciated and please note I am not a VB expert but I can make sense of most codes.
Thanks alot in advance for the help.
MayoRR5
I have a text box on a form which I want to be controlled by what is selected in a combo box on the same form without the use of queries and subforms.
For example:-
Table 1
tblSchedule contains a unique ID(SchID) and a value(SchValue) for that ID. The combo box will show what ID's are available and I want the text box to populate with the value(SchValue) after a selection is made.
Table 2
tblMaterial contains a unique ID(MatID), description(MatDesc) and a value(MatValue). The combo box will show both the ID and the description and I want the text box to populate with the value(MatValue) after a selection is made.
Any and all help is much appreciated and please note I am not a VB expert but I can make sense of most codes.
Thanks alot in advance for the help.
MayoRR5