I have a list box in a form that allows the user to pick an ID number. The companys name, address, city ect. are shown once a choice is made. A command button is available to accept the choice and open a switch board.
The switch board has several choices of tests and more than one test may need to be run on the ID that was previously chosen. When I choose a test, a form for that test will open. I need to carry the ID number from the previous list forward to this test form.
I have tried using
[test1_ID]=[forms]![select_ID]![combo1]
in the "on open" of the test1 form but without success.
Thanks in advance, GGuy
The switch board has several choices of tests and more than one test may need to be run on the ID that was previously chosen. When I choose a test, a form for that test will open. I need to carry the ID number from the previous list forward to this test form.
I have tried using
[test1_ID]=[forms]![select_ID]![combo1]
in the "on open" of the test1 form but without success.
Thanks in advance, GGuy