Problem

  • Thread starter Thread starter Ahmed Hashish
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top