Hi,
I have two tables Users and Salaries in an Access 2003 database.
The Users table contains UserId, FirstName and Surname.
The Salaries table contains UserID, ReviewDate, Salary.
What I want to do is to join the tables but only show the salary with the most recent review date for each member of staff.
If there isn't a matching row in the salaries table can the query still return the name and the columns with review date and salary show as blank or will it hide the name altogether? I would want all names to show regardless.
Thanks very much
Ed
I have two tables Users and Salaries in an Access 2003 database.
The Users table contains UserId, FirstName and Surname.
The Salaries table contains UserID, ReviewDate, Salary.
What I want to do is to join the tables but only show the salary with the most recent review date for each member of staff.
If there isn't a matching row in the salaries table can the query still return the name and the columns with review date and salary show as blank or will it hide the name altogether? I would want all names to show regardless.
Thanks very much
Ed