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

Parameter

Status
Not open for further replies.

sam1one

MIS
Aug 30, 2002
49
US
Hello:

How do I create a parameter that when I am prompted, I select the dates that will select items that were posted on or after the date provided, but which have an invoice date prior to the date variable?

Thanks...
 
This is the wrong forum for this question. It should be under Crystal Reports formula

Use a record selection formula of
{table.posteddate} >= {?DateParm} and
{table.invoicedate} < {?DateParm}


Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top