Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dateserial in report parameter

Status
Not open for further replies.

lorca

Technical User
Dec 20, 2005
64
GB
HI

i'm trying to setup a couple of report parameters for date start(1st day of currentmonth) and date end (last day of current month)

so i set the data type as string, and the default value for non-queried to (date start for example)

=format(DateSerial(Year(now), Month(now), 1),"dd/mm/yyyy")

but it returns 01/00/2006 ?

any ideas ?

thanks
ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top