code to save report as snapshot viewer

  • Thread starter Thread starter Marie
  • Start date Start date
M

Marie

Using Access 2000. I need to create code that will run a
report at 2:00 p.m. each day, create a folder on my hard
drive with the name of today's date, then save the report
in this folder in the Access snapshot viewer format. Can
anybody tell me of articles I could read or give me
keywords I could type into the Knowledge Base search?

Thanks in advance for your assistance.

Marie
 
You have asked for several things:
a. Use the Timer and Timer Event on an Access form for the time.
b. Use the MkDir Statement to make a directory.
 
Back
Top