D
Del
My database has some lengthy code in the startup that only needs to be done
once a day. If I can store the date when the database is opened the first
time each day then I can bypass the startup code for subsequent startups that
day. Is there anyway to set a constant equal to Date() with code?
once a day. If I can store the date when the database is opened the first
time each day then I can bypass the startup code for subsequent startups that
day. Is there anyway to set a constant equal to Date() with code?