Hello,
I am trying populate a record with the click of a button.
I have attached a copy of my DB. You can see I am just trying to work the little bugs out at the moment before I put it to use.
This is what I am trying to make happen. As you can see the DB is designed to track and schedule preventitive Maintainance on a piece of equipment. Basically a PM is scheduled in TblPmSchedule. It is then searchable by date with frmPmWorkload. This brings up a report with hyperlinks to the actual PM data in time frame requested in frmPmWorkload. Once the technician finishes the PM he can enter the data from the job on the form that comes up with the hyperlink. When the data is recorded the tech presses the done button which saves the record of the pm, marks the "completed" check box on tblPmSchedule, and I want it to reschedule (create a new record in tblPmSchedule) based on the "interval" in tblPmList.
This is probably way above my head, but I have been tasked with making this happen, and I'm hoping you guys can be as helpful as usual.
I am trying populate a record with the click of a button.
I have attached a copy of my DB. You can see I am just trying to work the little bugs out at the moment before I put it to use.
This is what I am trying to make happen. As you can see the DB is designed to track and schedule preventitive Maintainance on a piece of equipment. Basically a PM is scheduled in TblPmSchedule. It is then searchable by date with frmPmWorkload. This brings up a report with hyperlinks to the actual PM data in time frame requested in frmPmWorkload. Once the technician finishes the PM he can enter the data from the job on the form that comes up with the hyperlink. When the data is recorded the tech presses the done button which saves the record of the pm, marks the "completed" check box on tblPmSchedule, and I want it to reschedule (create a new record in tblPmSchedule) based on the "interval" in tblPmList.
This is probably way above my head, but I have been tasked with making this happen, and I'm hoping you guys can be as helpful as usual.