aussieolie Australian Local time Today, 10:34 Joined Apr 3, 2002 Messages 47 Apr 26, 2002 #1 How do I get a query to execute at a certain time in the day? Dies anybody know the code or a method to do this? Thank you Olie
How do I get a query to execute at a certain time in the day? Dies anybody know the code or a method to do this? Thank you Olie
L llkhoutx Registered User. Local time Today, 10:34 Joined Feb 26, 2001 Messages 4,013 Apr 26, 2002 #2 Create a hidden form. Set the form's "Time Interval" property to the appropriate time value, note that the units are milli-seconds. Use the form's "On Timer" property to execute your desired code.
Create a hidden form. Set the form's "Time Interval" property to the appropriate time value, note that the units are milli-seconds. Use the form's "On Timer" property to execute your desired code.
aussieolie Australian Local time Today, 10:34 Joined Apr 3, 2002 Messages 47 Apr 26, 2002 #3 Thanks very much for your help. Where is the invisable property located on the form properties? Thanks Olie [This message has been edited by aussieolie (edited 04-26-2002).]
Thanks very much for your help. Where is the invisable property located on the form properties? Thanks Olie [This message has been edited by aussieolie (edited 04-26-2002).]
David R I know a few things... Local time Today, 10:34 Joined Oct 23, 2001 Messages 2,632 Apr 26, 2002 #4 It's not on the Property sheet, you'll have to set it via code (maybe macro?)