U
Uschi via AccessMonster.com
I am making a database for a non-profit organization. I decided to forego the
Switchboard Manager this time and make my own Switchboard. At this time, my
Switchboard contains 4 pages. What I would like to do is have a page close
when a new page is opened from any of the command buttons so there is only 1
page opened at a time.
Currently, the Main Switchboard has 2 command buttons that open up pages. I
have only had success with one command button (the first one). When I use the
same code on the second command button it comes back with an error message. I
used the code:
DoCmd.Close acForm, "Switchboard"
My pages are as follows:
Switchboard
Branch of Armed Forces
Ethnicity and Gender
Reports
I would appreciate help with this.
Thank you,
Uschi
Switchboard Manager this time and make my own Switchboard. At this time, my
Switchboard contains 4 pages. What I would like to do is have a page close
when a new page is opened from any of the command buttons so there is only 1
page opened at a time.
Currently, the Main Switchboard has 2 command buttons that open up pages. I
have only had success with one command button (the first one). When I use the
same code on the second command button it comes back with an error message. I
used the code:
DoCmd.Close acForm, "Switchboard"
My pages are as follows:
Switchboard
Branch of Armed Forces
Ethnicity and Gender
Reports
I would appreciate help with this.
Thank you,
Uschi