Gustav Brock
gustav at cactus.dk
Thu Oct 2 11:04:58 CDT 2003
Hi Chester Set a flag (field in table) to today's date when finished. Then, run only if weekday = Wednesday and Date > datFlag. /gustav >> I have a database with some code that runs only on Wednesday. No >> problem do that with If Weekday(DATE) = 4 . >> What I need to do is set some kind flag so that the first time the >> database opens on Wednesday the code runs but not on subsequent >> openings. I am at a loss of how to do this. Maybe I need to track >> openings of database? Thanks