I'm working on a database that a utility company will use to assign equip operators to jobs as they come up. I have a form where they enter the job start date, end date, etc. Then I have a couple of queries that run to tell them who is the next available backhoe operator(1st query looks for operators who are already booked during that time & the 2nd is an unmatched to find who is available). That part works well.

There is also...