It is possible, but depending on you rpogramming expertise, it may be difficult for you.
Something to remeber is that the database will have to be open at the specified time, or the report will not print. (There is actually a way around this also, but is MUCH more involved.)
On a form (probably your main form), set the Timer interval to 60000 (that's 60 seconds).
Put the following code in the OnTimer event:
If CStr(Format(Time(),"Short Time") = "17:00" Then
DoCmd.OpenReport "name of report goes here"
End If
The report will now print at 5:00 PM. If we knew what it was we were doing, it would not be called research, would it? - Albert Einstein
Robert L. Johnson III, A+, Network+, MCP
Access Developer/Programmer
robert.l.johnson.iii@citigroup.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.