In my database, I have a table that is used as join table for a many to many relationship. I am having trouble using that table in queries in order to use the most recent information entered in there.
For example, the table stores the emp ID and the Job Number where the employee is working. The employee can transfer to different jobs. How do i get the query to pull the most recent entry? I have tried using Max Queries and it still will not work. Is there something I'm doing wrong?
Thank you! This is an Access 2007 database.
For example, the table stores the emp ID and the Job Number where the employee is working. The employee can transfer to different jobs. How do i get the query to pull the most recent entry? I have tried using Max Queries and it still will not work. Is there something I'm doing wrong?
Thank you! This is an Access 2007 database.
Last edited: