V
vladi16
I have a table, tblTests, with the following fields: testnumber, rulenumber,
testname, and reference.
I have a form which saves to a table called tbltretests. On the form a have
the above mentioned fields (a few others also). When I choose from the combo
box on testnumber the info from the other three fields pop up automatically
in text boxes (=[testnumber].[column](2), etc). However, only the testnumber
saves to the table. The three fields whose info pops up automatically to the
text boxes will not save to the table and I get a mesage that comes up
saying: "You must enter a value in the tbltretests.rulenumber field". Yes, on
the table I have Required set to yes.
My goal is to be able to have the user choose atestnumber and not have to
worry about making sure he has the correct matchig information that goes with
that test number (rulenumber, rulename, and reference). I am guessing
because I have it coming up in text boxes is the reason it is not saving to
my table. But I need it to....
Any help is appreciated.
Vadi16
testname, and reference.
I have a form which saves to a table called tbltretests. On the form a have
the above mentioned fields (a few others also). When I choose from the combo
box on testnumber the info from the other three fields pop up automatically
in text boxes (=[testnumber].[column](2), etc). However, only the testnumber
saves to the table. The three fields whose info pops up automatically to the
text boxes will not save to the table and I get a mesage that comes up
saying: "You must enter a value in the tbltretests.rulenumber field". Yes, on
the table I have Required set to yes.
My goal is to be able to have the user choose atestnumber and not have to
worry about making sure he has the correct matchig information that goes with
that test number (rulenumber, rulename, and reference). I am guessing
because I have it coming up in text boxes is the reason it is not saving to
my table. But I need it to....
Any help is appreciated.
Vadi16