Field service reps have to maintain a car stock inventory. Currently, we are emailed an Excel document (by part number) of what the powers that be say we have in our vehicles. We then match the part part numbers of the items we have against the Excel spread sheet annotating what we have and what we don’t have but are supposed to have. Long, slow, tedious process.
My plan is to import that spread sheet into Access and then zap the bar code labels into another table, run an unmatched query which should display all items we are supposed to have but did not zap (which means we don’t have them). So far, so good…except…I’ve run into a problem.
The problem is the quantity field. My unmatched query is based on the part number field so if the part number is scanned then it is matched but if the official quantity is 2 but only 1 was scanned, then it does not show up as unmatched since the part number matched. Is it possible to create an unmatched query based on two different fields? I’m open for an education.
Thanks.