Hi
I am trying to get access to close all open forms and open the selected form when a button is pressed.
I tried this in a macro like so:
open switchboard
open new.client
close (forms)
The switchboard is used as a back drop to the database.
the new client form will open over this (pop up is set to YES)
Any other forms will be closed at this point.
I can only get it to close one form at a time which means I have lots of close commands in each macro.
The problem is, if I add a new form then I have to go through each macro to reset it to take that form into consideration.
There must be an easy way to do this.
Alan
I am trying to get access to close all open forms and open the selected form when a button is pressed.
I tried this in a macro like so:
open switchboard
open new.client
close (forms)
The switchboard is used as a back drop to the database.
the new client form will open over this (pop up is set to YES)
Any other forms will be closed at this point.
I can only get it to close one form at a time which means I have lots of close commands in each macro.
The problem is, if I add a new form then I have to go through each macro to reset it to take that form into consideration.
There must be an easy way to do this.
Alan