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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top