I create a temp table (using ADOX) and populate it from my form based on various conditions. Now, I'd like to report the results using Reports. I have a query and a report and they work fine. What I need to do now is change the table name in my query so the report runs against a new table/query. Is there a way for me to programmaticall y change the sql string of a query or perhaps is it possible to have the table name act as a variable to be resolved at run time?
Greatly appreciate your help in adavance.
Regards,
Salzan
Greatly appreciate your help in adavance.
Regards,
Salzan
Comment