Return To Switchboard

F

FordsAngel

I am using a simple switchboard to allow navigation between forms. I want to
allow the end user to be able to switch between forms without committing
data, so I would like the user to be able to return to the switchboard
without closing the form they are in. Is there some way to create a button to
navigate back to the switchboard without closing the current form? Once
returned to the swichboard, the user would be given the option to exit the
program, and therefore commit their information, or to return to edit a form
in process.
 
T

Tom van Stiphout

On Tue, 24 Mar 2009 14:18:10 -0700, FordsAngel

Sure. Create your button and in the Click event write:
Forms!Switchboard.SetFocus()
(assuming that's your form name)

-Tom.
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Switchboard error message 1
Switchboard Minimized 4
Switchboard Questions 2
Switchboard passwords 2
Switchboard in Access 2007 1
switchboard question 3
Auto start switchboard 1
Controlling another switchboard 2

Top