( modal ?) forms

M

Mark J Kubicki

how can I, while one form, open a second form, and then, while leaving the
2nd open, be able to go back to the 1st form and work on it.


thanks in advance,
mark
 
A

Allen Browne

The default in Access is to be able to move from form to form.

Make sure the Modal property of the forms is set to No.

If you are opening them programmatically, do not use acDialog.
 
Top