G
Guest
Everyone,
Here's what I have:
I have an employee table setup with Social Security as a key, the
Department they are in along with a bunch of other data. I then have another
table setup with an autonumber as a unique key, the social security, hourly
rate and a note field for each employee.
Now, I want to pull a query of all emploee's in a department and their
"current" hourly rate for comparison purposes. That current rate would be
"the most current date for a social security number in that particular table.
"
Now, I figured out how to use the property field of a query, sort descending
by date and then choose to show only 1 record which does give me the correct
information but only for ONE employee at a time.
Does anyone have an idea to accomplish the query that I want?
Here's what I have:
I have an employee table setup with Social Security as a key, the
Department they are in along with a bunch of other data. I then have another
table setup with an autonumber as a unique key, the social security, hourly
rate and a note field for each employee.
Now, I want to pull a query of all emploee's in a department and their
"current" hourly rate for comparison purposes. That current rate would be
"the most current date for a social security number in that particular table.
"
Now, I figured out how to use the property field of a query, sort descending
by date and then choose to show only 1 record which does give me the correct
information but only for ONE employee at a time.
Does anyone have an idea to accomplish the query that I want?