"failed" doesn't give us much to go by...
So, you've got a query and you've set a parameter along the lines of [Enter
Date (mm/dd/yyyy)], and you're putting =[Enter Date (mm/dd/yyyy)] as the
control source for a textbox on your report.
Two options.
With your query open in Design Mode, select Query | Parameters... from the
menu bar. In the dialog that appears, type the name of your parameter
exactly as entered in the query in the Parameter column, and Date/Time as
the Data type.
Alternatively, in your report, put =CDate([Enter Date (mm/dd/yyyy)]) as the
control source

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> tried -- and failed
>
[quoted text clipped - 10 lines]
>>> thanks
>>> siggy
siggy - 28 Dec 2005 02:24 GMT
=CDate([Enter Date]) --- and setting format to Long Date
** worked - great ----- thanks a 'bunch'
> "failed" doesn't give us much to go by...
>
[quoted text clipped - 26 lines]
>>>> thanks
>>>> siggy