Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: making a macro run when application is closed down


Message #1 by Sam Rose <Sam@d...> on Mon, 29 Apr 2002 18:02:49 +0100
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1EF9F.B1E13710
Content-Type: text/plain;
	charset="iso-8859-1"

Hi guys,

Can you make a macro run when the access X box is pressed? And also the
database window?

Thanks

Sam

Message #2 by "Leo Scott" <leoscott@c...> on Sun, 28 Apr 2002 23:38:35 -0700
This is a multi-part message in MIME format.

------=_NextPart_000_001D_01C1EF0D.D0A28650
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

making a macro run when application is closed downEasiest way is to create a hidden form that opens when the database
opens and have it fire your code in that forms OnClose event.
  -----Original Message-----
  From: Sam Rose [mailto:Sam@d...]
  Sent: Monday, April 29, 2002 10:03 AM
  To: Access
  Subject: [access] making a macro run when application is closed down


  Hi guys,

  Can you make a macro run when the access X box is pressed? And also the database window?

  Thanks

  Sam



Message #3 by "Gregory Montague" <Gregory_Montague@G...> on Mon, 29 Apr 2002 16:24:08 -0400
This is a multi-part message in MIME format.

------_=_NextPart_001_01C1EFBB.D11821D8
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

If you create a macro called "Autoexec" it will run whenever the
database is opened.


Gregory Montague
GTSI, Corp
Database Analyst
Tel  (xxx) xxx-xxxx
eFax  (xxx) xxx-xxxx

-----Original Message-----
From: Leo Scott [mailto:leoscott@c...]
Sent: Monday, April 29, 2002 2:39 AM
To: Access
Subject: [access] RE: making a macro run when application is closed down


Easiest way is to create a hidden form that opens when the database
opens and have it fire your code in that forms OnClose event.

-----Original Message-----
From: Sam Rose [mailto:Sam@d...]
Sent: Monday, April 29, 2002 10:03 AM
To: Access
Subject: [access] making a macro run when application is closed down



Hi guys,

Can you make a macro run when the access X box is pressed? And also the
database window?

Thanks

Sam






  Return to Index