I am having a problem with a date parameter for a report. I have my parameters set to >= beginning date and <= ending date, but when I put the same date (mm/dd/yy format) in both fields my report yields nothing. I think this is because the date is time stamped with hours and minutes and perhaps my range is time stamped as well with 00:00:00 even though I am entering the date in mm/dd/yy format. The field my parameter is based on is formatted to short date, but the field still contains the general format information. How can I resolve this, perhaps with a trim function or some other approach. If I put 4/24/07 12:00:00 am to 4/24/07 11:59:59 pm I get today's data, but I don't want to have to do that. I just want to enter 4/24/07 in both fields and see today's activity. Thanks for any help!!!!