M
Mark A. Sam
Hello,
A Canadian client uses dd/mm/yy/ format. I set up a report dialog box as
Shortdate for the date textboxes but the report wants mm/dd/yy format or it
will display all of the results on the report. I tried setting the format
of the textboxes to dd/mm/yy but that produced errors on the report. How
can I get the report to accept the dd/mm/yy format. I am using the standard
OpenReport method with a whereclause:
DoCmd.OpenReport lstReports, acViewPreview, , "[TransactionDate] >= #" &
[Date1] & "# And [TransactionDate] <= #" & [Date2] & "#", acDialog
Thank you for any help and God Bless,
Mark A. Sam
A Canadian client uses dd/mm/yy/ format. I set up a report dialog box as
Shortdate for the date textboxes but the report wants mm/dd/yy format or it
will display all of the results on the report. I tried setting the format
of the textboxes to dd/mm/yy but that produced errors on the report. How
can I get the report to accept the dd/mm/yy format. I am using the standard
OpenReport method with a whereclause:
DoCmd.OpenReport lstReports, acViewPreview, , "[TransactionDate] >= #" &
[Date1] & "# And [TransactionDate] <= #" & [Date2] & "#", acDialog
Thank you for any help and God Bless,
Mark A. Sam