Missing reference

  • Thread starter Thread starter Sigurd Bruteig
  • Start date Start date
S

Sigurd Bruteig

The folloving line of code gives the err.msg 424 object required, but I
can't figure out the missing reference.

I have tryed ado,dao OleDB.

Set myReport.DataSource = adoprimaryrs

Sigurd
 
What is 'myReport'? If it is an Access report, Access reports do not have a
'DataSource' property. They have a 'RecordSource' property, and in recent
versions of Access also a 'Recordset' property, but no 'DataSource'
property.
 

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