Hello, I have a problem that seems possible for fix and probably easy for an experienced access user.
I've attached a base example database for easier understanding and to see what I'm working with.
I have a query that rips information from a part# table and orders table to figure out how many 'shots' a part number has ran from a given time. In the example database this time is unlimited. So to start, it will be from order ship dates since 10/1/12, lets say (and the order must have shipped (the check box is ticked)). A report generates what part numbers have over 50,000 shots. This is easy.
Now I want a user, once they have performed maintenance on a certain part, to be able to "clear" that 50,000 shot count record and bring it back to 0 BUT they can't edit the orders table to do that. There has to be a separate table or something, that's where my inexperience is coming in. The shot count starts back up from the date the user clears that record for that certain part.
Hopefully the above makes sense, help would be appreciated, thanks!