number1pita
Board Regular
- Joined
- Oct 8, 2013
- Messages
- 51
Hello,
The database (non Access) we have didn't gain historical perspective that we could report from, so we are data dumping into an Access database. I am trying to build a query where it will update a field in a table (field "Exempt" in tblSeptemberRR) based off the most recent entry in another table (field "Risk Exempt" based of field "Last Updated" date in tblEngagement).
Would someone be able to help me in figuring out how to do this? I tried to create a select table where it would include all the unique identifiers, the field Risk Exempt from tblEngagement and then tried Max of Last Updated, but when I view it, it shows both dates for the unique identifier, not the most recent.
Any help would be greatly appreciated.
Thanks!
The database (non Access) we have didn't gain historical perspective that we could report from, so we are data dumping into an Access database. I am trying to build a query where it will update a field in a table (field "Exempt" in tblSeptemberRR) based off the most recent entry in another table (field "Risk Exempt" based of field "Last Updated" date in tblEngagement).
Would someone be able to help me in figuring out how to do this? I tried to create a select table where it would include all the unique identifiers, the field Risk Exempt from tblEngagement and then tried Max of Last Updated, but when I view it, it shows both dates for the unique identifier, not the most recent.
Any help would be greatly appreciated.
Thanks!