
October 27th, 2003, 12:43 PM
|
|
Moderator: Access, SQL
|
|
Join Date: Oct 2003
Posts: 5,126
  
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
|
|
|
As far as closing the form your switchboard resides on you want to put code in the OnOpen and OnClose Events of the Form and Report code that closes the switchbaord and opens the switchboard. The problem is that if you have multiple layers on your switchboard, then when you reopen the form, you will be starting the beginning layer.
You could try changing the status of the visible to false and then back to true, I don't know if that is possible, but you could play with it.
My perference is to make it so my forms and reports, when they load, are larger in size then the switchboard and thus give the apperance that it disappered. If you do this you what to change the modal properties of your forms to "Yes" so that the top form has to be closed, before continuing. Also remove minimize options from the report so they must close the report.
Good-Luck
S-
|