gopherking
Registered User.
- Local time
- Yesterday, 22:12
- Joined
- May 26, 2011
- Messages
- 31
I have an Import Audit Trail setup in my DB to capture any errors or successes when an import is performed. I would like for my main dashboard (form) to show in a text box the date/time that is stored for the last successful import. I am assuming that I need to use a DLookup function, but since I am looking for the most recent one, I'm a little confused on how to set it up within the Control Source for the text box. Below is my table and the fields within it:
Table Name: AuditImport
Fields:
ImportID - AutoNum field
Updated - Date/Time field
UserID - Text field
Status - Text field
So, from the above, I would like to display the most current Updated field information where the Status is like "Successful Import". Any help would be appreciated!
Table Name: AuditImport
Fields:
ImportID - AutoNum field
Updated - Date/Time field
UserID - Text field
Status - Text field
So, from the above, I would like to display the most current Updated field information where the Status is like "Successful Import". Any help would be appreciated!