J
JoJoFromCoCoMo
I have built an ADO recordset and want to use it for my
source data on a report.
It will not compile because I get a "Type Mismatch" error
on the following segment of code:
ADO code building recordset works:
....
' Execute once and display...
Set rs = cmd.Execute
Me.RecordSource = rs - issues error
I think it is looking for a SELECT statement rather than
a record set!
Is there a way to use a resulting recordset as the
recordsource for a report?
source data on a report.
It will not compile because I get a "Type Mismatch" error
on the following segment of code:
ADO code building recordset works:
....
' Execute once and display...
Set rs = cmd.Execute
Me.RecordSource = rs - issues error
I think it is looking for a SELECT statement rather than
a record set!
Is there a way to use a resulting recordset as the
recordsource for a report?