[AccessD] Close Switchboard

DWUTKA at marlow.com DWUTKA at marlow.com
Wed May 19 11:50:33 CDT 2004


Yes, on the OnClick event of your 'close' button, just put the code
Charlotte posted. 'DoCmd.Close'.  When you run it directly on a form, you
don't have to tell it what to close.  If you run it from a module, then you
have to tell it what to close, because a module can't be 'closed'.

Drew

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Mitsules, Mark
S. (Newport News)
Sent: Wednesday, May 19, 2004 11:13 AM
To: 'Access Developers discussion and problem solving'
Subject: RE: [AccessD] Close Switchboard


So you're saying use the RunCode option, create a function like fCloseSwbd()
and place DoCmd.Close in there?   Didn't work.  Did I misinterpret?



Mark


-----Original Message-----
From: Charlotte Foust [mailto:cfoust at infostatsystems.com] 
Sent: Wednesday, May 19, 2004 11:45 AM
To: Access Developers discussion and problem solving
Subject: RE: [AccessD] Close Switchboard


DoCmd.Close

Charlotte Foust

-----Original Message-----
From: Mitsules, Mark S. (Newport News) [mailto:Mark.Mitsules at ngc.com] 
Sent: Wednesday, May 19, 2004 7:41 AM
To: '[AccessD]'
Subject: [AccessD] Close Switchboard


I'm drawing a huge blank here.  I want a switchboard button that simply
closes the form...which will allow the code in Form_Close to run.  What
is the simplest way to do this?



Mark
-- 
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
-- 
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
-- 
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list