B
Brigitte P
I have a start up form where staff select their name and the test they wish
to take, and they then go via a command button to the appropriate test page.
The test - a tab form - opens with the first page taking name and other
demographics as well as the test number from the start up form. On page 2,
the test begins. My problem is that on page one all values are filled in
automatically, based on the start up form and an auto number field for the
test id. As soon as I answer the first question on page 2, all fields on
page one are activated and fill in correctily. But, obviously, I need to
have page one filled in before I go to page 2 so staff can confirm that this
is really what they want to do.
Question 1: Is there some code or any other way that I can activate the
fields on page one automatically on open (maybe something in the button that
opens the form from the start page.
Question 2: How can I code the test activation button that it goes to test 1
if the user selected test 1 from the combo box or to test 2 if the user
selected test 2 from the combo box, etc. I can make a button for each of the
12 tests but that seems duplicating the users effort to select the test.
As always, any help is greatly appreciated.
Brigitte P.
to take, and they then go via a command button to the appropriate test page.
The test - a tab form - opens with the first page taking name and other
demographics as well as the test number from the start up form. On page 2,
the test begins. My problem is that on page one all values are filled in
automatically, based on the start up form and an auto number field for the
test id. As soon as I answer the first question on page 2, all fields on
page one are activated and fill in correctily. But, obviously, I need to
have page one filled in before I go to page 2 so staff can confirm that this
is really what they want to do.
Question 1: Is there some code or any other way that I can activate the
fields on page one automatically on open (maybe something in the button that
opens the form from the start page.
Question 2: How can I code the test activation button that it goes to test 1
if the user selected test 1 from the combo box or to test 2 if the user
selected test 2 from the combo box, etc. I can make a button for each of the
12 tests but that seems duplicating the users effort to select the test.
As always, any help is greatly appreciated.
Brigitte P.