I have worked out how to show how many years service an employee has had using another thread. The SQL looks like this:
SELECT Employees.[Employee Name], Units.[Unit Name], Employees.[Started Work], IIf(DatePart("m",[Started Work])=DatePart("m",Date()) And DatePart("d",[Started...