A
Ahmed Hashish
Dear All
I'm working on a machine running WinXP, and Access2003.
I'm trying to get the form (or report or combobox) recordset, but it
produce error "this feature is not available in an MDB"
My code is:
Private sub Report_Open()
Dim rs as recordset
set rs=Me.Recordset 'this statement produces the error
...
End Sub
Pls Help
I'm working on a machine running WinXP, and Access2003.
I'm trying to get the form (or report or combobox) recordset, but it
produce error "this feature is not available in an MDB"
My code is:
Private sub Report_Open()
Dim rs as recordset
set rs=Me.Recordset 'this statement produces the error
...
End Sub
Pls Help