I have database Datetime field look like the following:
Arrive time: 3/26/2002 10:05:47 AM.
I need to set parameters so that if my manager selects any date from the list ie. 3/25/2002 then the all the datas that created on 3/25/2002 should come up in the report.
Here are what I did so far:
Parameter1 called "Begin_Date" with Datetime as value type.
and range limit from 1/1/2002 7:00:00AM
to 12/1/2002 7:00:00PM
Parameter2 called "End_Date" with same setup as above. (Since it is datetime type, it automatically comes up with hr,min,sec. I choose range type because sometimes I need a report on monthly basis, ie. 3/1/2002-3/31/2002)
Then from the select Expect, I have the following formula:
(Arrive time)=(?Begin_Date) and (Arrive time)=(?End_Date).
But no matter what date I choose, it comes up 0 or blank record report!!!
I am very new in crystal report so please show me with detail instructions how to solve my problems.Thanks very much!
Arrive time: 3/26/2002 10:05:47 AM.
I need to set parameters so that if my manager selects any date from the list ie. 3/25/2002 then the all the datas that created on 3/25/2002 should come up in the report.
Here are what I did so far:
Parameter1 called "Begin_Date" with Datetime as value type.
and range limit from 1/1/2002 7:00:00AM
to 12/1/2002 7:00:00PM
Parameter2 called "End_Date" with same setup as above. (Since it is datetime type, it automatically comes up with hr,min,sec. I choose range type because sometimes I need a report on monthly basis, ie. 3/1/2002-3/31/2002)
Then from the select Expect, I have the following formula:
(Arrive time)=(?Begin_Date) and (Arrive time)=(?End_Date).
But no matter what date I choose, it comes up 0 or blank record report!!!
I am very new in crystal report so please show me with detail instructions how to solve my problems.Thanks very much!