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
RDP Server Sizing
Your database or project contains a missing or broken reference to the file 'DSDBListVw2.dll' version 1.0.
Integrate MapPoint with Access form
Run checks before Update query
Runtime error 6 "Over flow" in excel when select the whole sheet content by Ctrl + A
Slow opening Word 2003, only 1 user in domain, no recent changes
Windows 7 - hangs @ "Please Wait" during boot
Code for User Permission level
How to break up a "FIrstName.LastName" record into 2 seperate variables
How to create a dynamic query builder