I have a form with command buttons.
Some of the buttons open other forms in a order. For example, on the form called customers I have buttons such as orders, customer contact, etc. If I click on the 'orders' button, it opens the form 'orders' but the 'customers' form remains open.
I would...