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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

date ranges

Status
Not open for further replies.

qwertyu1

Technical User
Nov 1, 2006
57
US
hello all,
iam using crystal xi and oracle 9.

i have a one database date field.

on that i have to create parameters like start_date and end_date.
(i.e user has to enter these two dates.)

how can i create paramter fields on this field.
help requested.
 
Create a date range paramater call it date_range, set the type to date and in the options set Allow range values to True.

Then simply use this in your record se;ection formula i.e.

{MyTable.DateField} In {?date_range}

HTH

Gary Parker
MIS Data Analyst
Manchester, England
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top