ACCESS L1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just design database for my inventory and i would like to run my report for
it i have over 500 items in my inventory and i would to try and get two item
per page could you help

Thanks
 
in order to run my inventory rpt. should i go to repots and then print or is
there another way. i just need to know i to run my rpt every month

thanks
 
You can create a simple EXE file to use the Office object model. Open the
report file which will have an OnStartup method of Main (create a module with
Main in it) and this object will print the report. Be sure the last print on
the mdb file is set to the correct printer since the last used printer is
stored with the report definition.
 
Back
Top