I have two main tables: 'employees' and 'residences'
I have created several queries including one that lists all the employees leaving in the current year and their residences.
there are two forms, one for each table, where new info will be entered to update the tables or add new records.
the...