I need a script that will open a report (name is passed in from a variable) and then change the recordset for that report. The filter will not work because the SQL statement is too long/complicated.
I'm sure it has something to do with
But I don't have a clue how to go about that.
-Dustin
Rom 8:28
I'm sure it has something to do with
Code:
dim rpt as Report
rpt.RecordSource = strSQL
But I don't have a clue how to go about that.
-Dustin
Rom 8:28