Yo!
When pushing a button in an form to run an other form I want the new form to be opened with the “second” page. How can that be made in a neat way?
We are on SQL 3.70
/K
Yo!
When pushing a button in an form to run an other form I want the new form to be opened with the “second” page. How can that be made in a neat way?
We are on SQL 3.70
/K
what do you mean by “with the second page”?
I don’t think this can be done. The only thing I can think of, is to set the ActiveControlOnOpen of the Form to a TextBox ID in your second page. But that way, the form will always be opened on the second page…
You can use the ActiveControlOnOpen property to activate a control/field on tab no 2.
Thanx!
The form Im calling has no fields/textboxes, just 3 subforms, so I’ve have solve my problem elsewhere.
/K