K
Kathy Z
I have constructed a DB that is used for tracking Required
maintenance of Machines used. It consists of a Table Named
machine Id with machine ID as the primary key and all
things related to that machine such as PM No, name,
location serial no, etc
Another table named Tasks that has all tasks needed to be
performed on the machine. with machine ID as the foreign
key and task ID as primary key. Machine Id is a one to
many to Tasks. there are 2 ore tables that contain the
machine ondays (a date each time a machine is turned on)
and one for task dates ( for tasks that have specific
dates) like every 6 months or annually. My problem is that
there are some tasks that are due every 5 uses or every 30
uses. Machine are not used every day so I don't have a
date to work from. I need somehow to count the uses and
have a pop-up type box to inform the operator when the
machine has been turned on 5, 30, etc. times and that a
certain task is due. Any help from anyone would be greatly
appreciated. I am very weak in visual basic..can this be
done with a macro or query. Thanks, a befuddled newbie.
maintenance of Machines used. It consists of a Table Named
machine Id with machine ID as the primary key and all
things related to that machine such as PM No, name,
location serial no, etc
Another table named Tasks that has all tasks needed to be
performed on the machine. with machine ID as the foreign
key and task ID as primary key. Machine Id is a one to
many to Tasks. there are 2 ore tables that contain the
machine ondays (a date each time a machine is turned on)
and one for task dates ( for tasks that have specific
dates) like every 6 months or annually. My problem is that
there are some tasks that are due every 5 uses or every 30
uses. Machine are not used every day so I don't have a
date to work from. I need somehow to count the uses and
have a pop-up type box to inform the operator when the
machine has been turned on 5, 30, etc. times and that a
certain task is due. Any help from anyone would be greatly
appreciated. I am very weak in visual basic..can this be
done with a macro or query. Thanks, a befuddled newbie.