Hi all.
When I try to set a recordset for a report appear an error message:
Run-time error 2593
This feature is not available in an MDB.
My source code is simply:
Dim Rs as ADODB.Recordset
Set Rs = New ADODB.Recordset
SqlString = "SELECT * FROM Table"
Rs.Open SqlString, conn
Set Me.Recordset = Rs
.....
Such kind of code work for a form but not for a report.
Someone can help me??
Thanks
When I try to set a recordset for a report appear an error message:
Run-time error 2593
This feature is not available in an MDB.
My source code is simply:
Dim Rs as ADODB.Recordset
Set Rs = New ADODB.Recordset
SqlString = "SELECT * FROM Table"
Rs.Open SqlString, conn
Set Me.Recordset = Rs
.....
Such kind of code work for a form but not for a report.
Someone can help me??
Thanks