G
Guest
I have an unbound text box for inputting a date using dd/mm/yyyy format. My
criteria statement is:
stLinkCriteria = [DateOfService] = " # & Me.IncidentDate & # "
When I debug, the statement reads:
[DateOfService] = 11/02/2006
Any ideas what I am doing wrong?
Cheers
criteria statement is:
stLinkCriteria = [DateOfService] = " # & Me.IncidentDate & # "
When I debug, the statement reads:
[DateOfService] = 11/02/2006
Any ideas what I am doing wrong?
Cheers