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
iPhone connection to Exchange 2003
Adobe hijacks all programs in Vista
How to backup SQL Server 2008 database from VPS to local PC?
Sec Master Drive ATAPI Incompatible at XP Boot up leading to loss of CD and DVD drives
VBA for Updating Table Data
Office 2003 on Terminal Services
Adding an attribute to the xml root using FOR XML PATH syntax
Example of having a input in excel, access calculates and provides answer
Unable to see embedded file in Word document
hide FormView "delete" and "edit" button links programmatically