maintenance

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

Guest

Has anyone made a database for maintenance of machines.The use is for
industrial use
 
Has anyone made a database for maintenance of machines.The use is for
industrial use

Quite likely there are several such; however, they would probably be
pretty specific to the maintenance of *their* machines, not yours!

You may want instead to create your own database from scratch.
Identify the "Entities" - real-life things, persons, or events - of
importance; each type of Entity will get its own table. Off the top of
my head you have a Machine entity (table Machines), a Maintenance Type
entity (table MaintTypes), each related one-to-many to a Maintenance
Jobs entity (MaintJobs). There will almost certainly be more tables
(staff doing the maintenance for example).

Think through the relationships between your tables, their Attributes
(Machine Serial Number, manufacturer, model, installation date, ...
for Machines; MachineID, MaintTypeID, MaintDate, Comments for
MaintJobs come to mind); build the tables; then build forms for use in
entering data into the tables.


John W. Vinson[MVP]
 
At my cmpany we use a commercial database. We did use MP2 by Datastream,
Oracle client server. They have went to web based.
Currently we use MAXIMO by MRO, web based Oracle.
 

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