Hi guys,
I'd like to close my database daily at a certain point in time but im having trouble with this.
I can do it using the Form_timer but my db has many forms and reports so i'd have to enable that at every form and report. Thus not an option.
So i tryed making a macro :
IF TimeValue("19:00") THEN
<close database>
It doesnt work at 19:00 so i thought i might have to make it Autoexec but that doesnt work either.
It only closes the database right away when opened.
Anyone a clue to achieve this ?