I have a dumb question for access 2002 regarding closing forms.
In a FORM1 I have a LISTBOX1. When I click on listbox1 I want to open another FORM2 and then close FORM1-which contains listbox-.
For some reason my DOcmd.Close command closes Form2 instead of Form1.
Why? How can I specify which form to close?
In a FORM1 I have a LISTBOX1. When I click on listbox1 I want to open another FORM2 and then close FORM1-which contains listbox-.
For some reason my DOcmd.Close command closes Form2 instead of Form1.
Why? How can I specify which form to close?
Comment