The scenario, and auto scheduler that doesn't run at exactly 8 oclock in the morning. It might run at 8:01 or so. Testing it, I can run it right at 8 and it works but what if it's 8:01. How do I run it between certain times. Here's my code
If Time #8:00:00 AM 8:30 AM# Then
DoCmd.openreport "Printlog", acViewNormal
ElseIf Time > #8:00:00 AM# Then
DoCmd.openreport "New Report", acViewNormal
End If
I appreciate the help.
Jason
Lowe's Home Improvement Warehouse
If Time #8:00:00 AM 8:30 AM# Then
DoCmd.openreport "Printlog", acViewNormal
ElseIf Time > #8:00:00 AM# Then
DoCmd.openreport "New Report", acViewNormal
End If
I appreciate the help.
Jason
Lowe's Home Improvement Warehouse