I have two forms.
The first form is like a login form. The users enter data like their name and click on an openform button that opens the next form.
Is there a way to that when the openform button is clicked on the first form, the first form minimizes as the second form opens?
I tried using doCmd.minimize but it minimizes the second form instead of the first form.