Good day! I'm working on an Access 2013 database, tracking owner/operators in North America. My boss wants to be able to keep track of all address changes, so I created a table to put addresses into, and I have a one-to-many relationship back to my main table.
I have set up a form, with several sub-forms. One sub-form is the address table, and it's set up to show multiple items. And I added a auto-populate field for date address was entered (record added = date()).
I have created a report based off of the forms to be able to print a current record of an owner/operator. What I need is for the report to show the latest (newest) address on the report, but I'm stumped on how to make this happen. When the report populates these fields, I'm assuming it needs to go off the record added date (newest date).
Can anyone help me with this? I would really appreciate it. I'm definitely rusty with Access as I haven't used it in a few years.
Thanks!