I have a button that opens up the query area from my app using the following code:
DoCmd.SelectObject acQuery, , True
when I click the X on the query window to close it down it closes down the entire app instead of just the query window. How do I prevent this?
Thanks
DoCmd.SelectObject acQuery, , True
when I click the X on the query window to close it down it closes down the entire app instead of just the query window. How do I prevent this?
Thanks