Maintenance Database print PM Work Orders Automatically

gmach5

New member
Local time
Today, 17:47
Joined
Apr 25, 2013
Messages
5
I have a simple Access 2010 database that keeps up with money spent on machines in our plant. I can add Work Orders, Assets, and Parts. I have been tasked with trying to make all "Preventative Maintenance" work orders print out at certain intervals throughout the year. I don't know where to begin with this. I am new to Access 2010. I have been working with it for about 6 weeks. Any help, and suggestions would be greatly appreciated. Thanks George
 
G'd afternoon,
First build your report as if you'll do the prints manually, create a new db, import your report(s) your queries and/or link your tables.
create a bat file (must be stored in the same dir of this new db) with just lines
Code:
Echo off
MyReports.mdb
Finally, with the windows task manager schedule the Print task.
I hope this help you to start.
G'd luck
 
Thanks! I am going to need lots of luck.

George
 

Users who are viewing this thread

Back
Top Bottom