My main table includes all sorts of pertinent information on about 520 employees, while another table contains start dates, end dates, and the reason for an employee's expected absence. I am trying to run a query that returns personnel in a single work group (1 thru 8, entered as prompted when the query is run). When I set this up, it works swimmingly.
When I try to add the Reason to my query, it returns only those entries which have an expected absence entered.
I haven't even begun to try requesting this information for a specific date yet, as I anticipate that too will be a nightmare.
Essentially, I would like to run a report that shows everyone in a work group on a given date and indicates whether or not they are available for work.
Any help is greatly appreciated.