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
handling empty textboxes
isa server
I am also trying to connect MS Access to NCR Teradata. I have not been able to connect through ADODB connection - when I try to open the connection I get this error: "Can't find host [MyServer]Cop1
Change style of the selected menu item
Using 7-zip from command line. Has anybody done it?
Select rows in one table that are not in another table.
Permissions issue with system folder
How to copy section of each field from Colm 1 to Colm 2 in excel
Problem with insert into query..
The difference between the server types "Web Front End" and "Stand-alone?"