Hello there,
I'm using
as the parameter for control source in a textbox to display a username and date on a form. The username and date is located in a log table named lastrun. Dlookup is returning the first record from the table but what I need is the newest value in the table, which is the last record of the table. Can anyone out there give me some advice? Thanks!
I'm using
Code:
=DLookUp("[Username]&'on '&[Date]","Lastrun")