Guest_imported
New member
- Jan 1, 1970
- 0
I am using selection formulas to draw data from an access database. I would like to add a parameter to the selection formula in the form of a where clause, But I do not want to issue a popup to the user. I would like to set the parameter programatically. I am using VisualC++ and the RDC. Is this possible?
I am currently limiting my resultset with a formula, but that takes to long, as the entire database is grabbed before the formula is run against the data to limit the results for the report. A where clause would greatly speed things up for me as my datasets are huge.
I am currently limiting my resultset with a formula, but that takes to long, as the entire database is grabbed before the formula is run against the data to limit the results for the report. A where clause would greatly speed things up for me as my datasets are huge.