Has no one had this issue? I made a query that gets a list of the unmatched steps. Problem is, I need it to look at the Work order to see which ones it has already used and nt sure how to do that.
Here is SQL from my query:
SELECT tblStep.StepNbr, tblStep.StepDesc, tblStep.StepHrs...