Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

having an access report generated by a user once a week?

Status
Not open for further replies.

016

Programmer
May 8, 2000
17
0
0
US
It is urgent.<br>How can I have a user generating&nbsp;&nbsp;independently a report once a week. Thank you
 
It can be as automated as your ablity to make it so.<br>I created one but it got very involved.<br>I suppose you have your report done already.<br>It would be easier if your report was connected to a query.<br>The query would first of all prompt for the Dates <br>using a Between Like so: (Then later you would make a Function that would pass the dates to the same query)<br>I had 2 functions one called LastFriday and the other called LastMonday<br>Between LastFriday() And LastMonday()<br><br>This goes in the Criteria of the Date field in your query.<br>This will give you a range.<br>I suppose that you want a range to be printed say every Monday.<br>Create a Macro that opens the report.<br>The macro could be assigned to a Button So the user simply clicked on the button and the report showed up in the printer.<br>The report was set to &quot;Sepcifc printer&quot; so it did not go to the wrong printer is the user changed their default.<br><br>Anyway that's a start.<br><br><br><br><br><br><br><br><br> <p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top