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!

Date

Status
Not open for further replies.

EscapeUK

Programmer
Jul 7, 2000
438
GB
Using Query Designer and trying to use a data as a parameter.

The DB i am using is an Oracle one and the dates are in the format of 05/05/2001 07:55:48

How do i use this in my SQL statement

desperate help needed.
 
Add a datetime range parameter to the Crystal Report, and add something akin to the following in the record selection criteria:

{MyTable.MyDatetimeField} in {?MyDateParm}

Crystal should handle the rest for you.

-k kai@informeddatadecisions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top