How do I set up preventive maintenance schedules in Access 2003

H

Harvey Walker

Using Service Call Database how do you set up to schedule work orders for
next due date, generate and print work orders when work is due based on
equipment? I have set up the work order database for call in work orders but
need to schedule recurring maintenance work orders.
 
K

KARL DEWEY

Create a PM table that list all the PM services you will perform. In this
table use the lowest common denominator of your intervals. Most folks do not
call a daily a PM but have weekly as the lowest interval. If weekly is your
lowest then compute all services in multiples of weeks - a 2-month would be 9
weeks, 6 months would be 26 weeks.

Decide when the next PM will be scheduled based on last schedule or last
completed.

Build a reference table of all equipment, services (PMs), Last PM date, and
flag for last schedule or last completed.

Run update query each time a PM work order is closed - flagged closed.

Generate PM work orders each week for the next however many weeks you plan
in advance. Use an append query to generate the PM work orders.
 

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

Top