Microsoft
Software
Hardware
Network
Question : determine if an Access DB (.mdb) is being opened for the first time on any given day
Hello Experts,
I need to check each time a Access DB is opened and determine if this is the first time it has been opened today, if yes then I need to run some query, if no then I just want it to open as it normally should. DB does not use userid/pwd. Thanks for your help!
Answer : determine if an Access DB (.mdb) is being opened for the first time on any given day
create a table tblLog with a field Date/Time
check the field content if equals Today date if not, run the query, then update the field with todays date
Random Solutions
transfer Access 2003 using VBA to Access 2007 on another computer
SBS 2008 Console feature is not setup correctly - Unable to create users -
2 questions about messagequeue
How to print integers in C#
Upgrading Server 2008 Evaluation Version to Fully Licensed
How to make label in vb.net visual studio 2008 Transparent
Microsoft OLE DB Provider for SQL Server error '80040e07'
What permission is needed to edit Logon Script setting in a User's Profile
IMPORT DATA TO ANOTHER DATABASE
How can I allow regular domain users update their own Active DIrectory information?