I have a report that I'm wanting to be able to change the Date the report is looking in the Database for the in information. But I can't seem to get it to work. When I hard incode a date into the file it will display the information.
Was wondering if anyone had any ideas on how to get a VB6 app to give the Date to the report at run time???
Been trying to use:
CrystalReport.SelectionFormula = "{Bookings.Date} = 6/24/2002"
But I get the following error message:
Error in Formula.
Thanks for any help ya me have to offer....
Was wondering if anyone had any ideas on how to get a VB6 app to give the Date to the report at run time???
Been trying to use:
CrystalReport.SelectionFormula = "{Bookings.Date} = 6/24/2002"
But I get the following error message:
Error in Formula.
Thanks for any help ya me have to offer....