Using Windows XP
MS Access 2003 using 2000 format
I have a Maintenance Management database I am attempting to create and at the point of generating Work Orders using an append query
I have searched the forum and found a few similar threads but they don't (I think) address my specific issue.
I am pulling information together using the append query and then appending the to the WO table.
Here is what I am trying to get the take place here. 3 fields are being used to identify and eliminate duplication; Description, Asset# and Status.
Example data for fields
Description - Monthly Conveyor Lube Route Z1
Asset # - CV50039
Status - OPEN
The only condition that I want to allow duplicates is if the status is Closed. There are 5 other status's that I do not want a duplicate. In other words I can have 50 WO's that match Description = Montly Conveyor Route Z1, Asset # = CV50039 and Status = CLOSED but only 1 WO that has a status other than Closed.
Any Suggestions?
MS Access 2003 using 2000 format
I have a Maintenance Management database I am attempting to create and at the point of generating Work Orders using an append query
I have searched the forum and found a few similar threads but they don't (I think) address my specific issue.
I am pulling information together using the append query and then appending the to the WO table.
Here is what I am trying to get the take place here. 3 fields are being used to identify and eliminate duplication; Description, Asset# and Status.
Example data for fields
Description - Monthly Conveyor Lube Route Z1
Asset # - CV50039
Status - OPEN
The only condition that I want to allow duplicates is if the status is Closed. There are 5 other status's that I do not want a duplicate. In other words I can have 50 WO's that match Description = Montly Conveyor Route Z1, Asset # = CV50039 and Status = CLOSED but only 1 WO that has a status other than Closed.
Any Suggestions?