Hi People
I am trying to nail some DMax code, and could do with some help
I have an unbound text box called DateOfPrev, I am trying to get the code to lookup the last date that a particular client visited our site
=Dmax("DateOfVisit","tblVisits","CustRef = txtCustRef")
The above code...