I have a custom switchboard using forms that have simple application buttons to open other forms or reports. The only event for each button is a macro that opens the report or form, such as:
Close(,,Yes)
OpenForm(Demographics,Form,,,Normal)
The problem is with the first button. The tab...