Justine,
Create a new field in your query using the following (change the field name to be reflective of yours):
DateField: Left([DateTimeStampField],InStr([DateTimeStampField]," "))
Pass your parameter to this column as it is only looking at the date value.
Regards,
Beth M
|