if {?Date}=" " then
{ArInvoice.Invoice} in {?InvoiceFrom} to {?InvoiceTo}
else if {?InvoiceFrom}=" " and {?InvoiceTo}=" " then
{ArInvoice.InvoiceDate} = {?Date}
i have 2 field in parameter field. 1 is {ArInvoice.InvoiceDate} = {?Date}, another is {ArInvoice.Invoice} in {?InvoiceFrom} to {?InvoiceTo}. i wish that i may choose either one of this two field to get the report. but when i write the code, it return "A date-time is required here".