ardy
Registered User.
- Local time
- Today, 09:47
- Joined
- Sep 24, 2012
- Messages
- 98
Hello All,
I am trying to use the expression builder to get the latest date in a table in a form inside an unbound text box utilizing DLookUp. Have tried a bunch of different syntax options of the same formula. None are working what am I doing wrong..... Any help is appreciated....
I am trying to use the expression builder to get the latest date in a table in a form inside an unbound text box utilizing DLookUp. Have tried a bunch of different syntax options of the same formula. None are working what am I doing wrong..... Any help is appreciated....
Code:
=DLookUp([Sample Date],"DDW_Import","[Smaple Date]=#" & Format(DMax("[Sample Date]","DDW_Import"),"mm/dd/yyyy") & "#")