hi,
i'd like to know how i can pass a string
containing an SQL String (which varies depending on the users selection) from a form to a Report.
the SQL string needs to be used as the RecordSource of that report. I originaly planed on using OpenArgs but the openReport method does not seem to support it
how would i pass the SQL String to my report?
thank you in advance
Eric
i'd like to know how i can pass a string
containing an SQL String (which varies depending on the users selection) from a form to a Report.
the SQL string needs to be used as the RecordSource of that report. I originaly planed on using OpenArgs but the openReport method does not seem to support it
how would i pass the SQL String to my report?
thank you in advance
Eric