Aug 26, 2002 #1 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.
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.
Aug 26, 2002 #2 synapsevampire Programmer Mar 23, 2002 20,180 US 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 http://www.informeddatadecisions.comkai@informeddatadecisions.com Upvote 0 Downvote
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 http://www.informeddatadecisions.comkai@informeddatadecisions.com