ardy
Registered User.
- Local time
- Today, 04:36
- 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....
 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....
 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") & "#") 
	 
 
		 
 
		 
 
		 
 
		 
 
		