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
Excel & mouse peoblems
aspnet_regiis.exe failed to initialize properly
how to stop a stored procedure
Fan races computer will not Boot
How do I print a list of AutoComplete sites and the usernames/passwords
Reporting Services dynamic columns
cursor position in textbox
Run Excell 2007 via C++
Copy Excel and Paste Special into Outlook E-mail Message Body
Reference for Accessing Minitab Objects via VBA