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
How to perform a Find/Replace on non-printing characters in an Access text field
VC++ mfc "passing values for a server connection"
catching and handling SQL deadlocks from vb.net
SharePoint "webpage cannot be found" error message after installation
Windows XP SP3 Laptop - Keyboard and Mouse not responding
Tools to replicate from SQL server 2000 to SQL server 2008
Using OPENXML in a Stored Procedure for an Infopath form submitted via Web Service
Finding Duplicate rows in a datatable to mark as duplicate and have to append the duplicate row in new datatable
DHCP Server Service won't start
Append data in rows to different columns in different table