G
Guest
I have a particular control (check box) where if it is checked, then I need
an additional form to open and then the original form to close (these forms
are from related tables); whereas if it is not checked, I need the form to
close without opening the new form.
I think I can use an If Then statement of some kind- but I am not sure the
best way.
The control that the Open New Form operation/action is dependant on, is
earlier in the tab order, however all controls must have a response so I
would use an On Update property event on the last control in the tab order.
an additional form to open and then the original form to close (these forms
are from related tables); whereas if it is not checked, I need the form to
close without opening the new form.
I think I can use an If Then statement of some kind- but I am not sure the
best way.
The control that the Open New Form operation/action is dependant on, is
earlier in the tab order, however all controls must have a response so I
would use an On Update property event on the last control in the tab order.