I have a simple Equipment table that I want to make a report weekly that shows me what equipment is due calibration in the next 2 weeks. This is not the problem, I'm doing this with query Date() and looking 14 days in advance.
The problem arises when a piece of equipment cannot be taken for calibration ( maybe because it is needed in place)or is overdue. How would I show this on the report along with the normal Date() + 14 days?
Jim
The problem arises when a piece of equipment cannot be taken for calibration ( maybe because it is needed in place)or is overdue. How would I show this on the report along with the normal Date() + 14 days?
Jim