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
Cannot open user default database SQL Server error 4064
Web.Config Error - Sections must only appear once per config file. See the help topic <location> for exceptions.
modifying the default color palette
ssis dtsx package - Error loading Package.dtsx: Failed to decrypt protected XML node "DTS:Password"
Unable to load Local Users and Groups
Require data entry before save of an Excel sheet
visual Basic PowerPacks PrintForm margins
GPO
sql question
SQL Function Question