A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Macros, coding and design



 
 
Thread Tools Display Modes
  #1  
Old June 17th, 2004, 11:33 AM
Jim Shores
external usenet poster
 
Posts: n/a
Default Macros, coding and design

How does one best outfit Access2003 so

--

When the .mdb file opens, it writes a =Now() Date to a field in Table?

When the .mdb closes, it writes a =Now() Date to a field in Table?

--

What, I wonder, is MSysObjects hidden table?

--
Jim Shores
on Red Mountain
in Birmingham, Alabama
  #2  
Old June 17th, 2004, 01:04 PM
Jeff Boyce
external usenet poster
 
Posts: n/a
Default Macros, coding and design

Jim

If you have a form that is opened when the file opens, you could add event
code to when it opens. If that's the "last" form that closes, you can use
that event, too.

You can create a code module to handle the writes-to-table -- you just need
events (?OnOpen, OnClose?) to trigger that code.

--
Good luck

Jeff Boyce
Access MVP

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.