M
Marv Trott
The date field is in a linked table that I cannot change. The dates are
stored as text yy/mm/dd. I want the user to be able to enter mm/dd/yy and
the report header to display the selected date range as mm/dd/yy To
mm/dd/yy.
The query is: Qry Counselor Activity by Date Range.
The CounselDate criteria is: Between [Enter Start Date yy/mm/dd] And [Enter
End Date yy/mm/dd]
The control source in the reports is:
="Qry Counselor Activity by Date Range" & " " & [Enter Start Date
yy/mm/dd] & " To " & [Enter End Date yy/mm/dd].
Only the "yy/mm/dd To yy/mm/dd" is displayed in the report header.
What code do I need to make this happen?
Thanks for your help.
Marv
stored as text yy/mm/dd. I want the user to be able to enter mm/dd/yy and
the report header to display the selected date range as mm/dd/yy To
mm/dd/yy.
The query is: Qry Counselor Activity by Date Range.
The CounselDate criteria is: Between [Enter Start Date yy/mm/dd] And [Enter
End Date yy/mm/dd]
The control source in the reports is:
="Qry Counselor Activity by Date Range" & " " & [Enter Start Date
yy/mm/dd] & " To " & [Enter End Date yy/mm/dd].
Only the "yy/mm/dd To yy/mm/dd" is displayed in the report header.
What code do I need to make this happen?
Thanks for your help.
Marv