bluenoser337
Programmer
Trying to convert a VB6 application where a date-range report is requested from a SQLServer DB. The syntax is "CrystalReport.SQLQuery = "select * from....". The new report is an Access 2000 report querying an access database based on the date-range selected. What would the code be to call this report. I know how to call a pre-configured report from Access (objAccess etc)...but this throws the "date" variables into the picture...and I'm lost. Any assistance greatly appreciated!