Noreene Patrick
Registered User.
- Local time
- Today, 02:00
- Joined
- Jul 18, 2002
- Messages
- 223
I have a very quick question. My report pulls dates from a table that has every day of the year in long format for the next few years . Each page in the report is by date such as: page 1 heading is 9/17/2002 and so forth in succession.
All I want to do is to open the report every day at the page that is the current date.
Would it be a vb answer something like
docmd. openreport "calendar"
docmd. gotocontrol "calcdate" (something) =date()
Am I on the right track?
Thanks a bunch
All I want to do is to open the report every day at the page that is the current date.
Would it be a vb answer something like
docmd. openreport "calendar"
docmd. gotocontrol "calcdate" (something) =date()
Am I on the right track?
Thanks a bunch