Problem

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
 
D

David Lloyd

Ahmed:

The following KB article may be useful:

http://support.microsoft.com/default.aspx?scid=kb;en-us;287437

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


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
 
Top