Durango122
MIS
hi aLl
cr 9.0
ms sql
I have a parameter {?date} and set to default to current date.
i have a field call post-date in my table
the user has the option to change the date
MTD
if he change current date to reflect his choice
if he changes could this be correct in the Cdate formula?
ex: current date is 01/15/2007
and he want records for 01/02/2007
in my formula can i do this
@ MTD
post_date in CDate(year(?Date},month({?Date},1) to
CDate(year(?Date},month({?Date},day(?Date})
your be the same as this
post_date in [2006,1,1] to [2006,01/02]
Thanks
Durango122
if it moves and should not used Duck Tape
if does not move and should used WD-40
cr 9.0
ms sql
I have a parameter {?date} and set to default to current date.
i have a field call post-date in my table
the user has the option to change the date
MTD
if he change current date to reflect his choice
if he changes could this be correct in the Cdate formula?
ex: current date is 01/15/2007
and he want records for 01/02/2007
in my formula can i do this
@ MTD
post_date in CDate(year(?Date},month({?Date},1) to
CDate(year(?Date},month({?Date},day(?Date})
your be the same as this
post_date in [2006,1,1] to [2006,01/02]
Thanks
Durango122
if it moves and should not used Duck Tape
if does not move and should used WD-40