Missing Add-in?

  • Thread starter Thread starter Arnfinn Vartdal
  • Start date Start date
A

Arnfinn Vartdal

I try to execute the following in a module:
Set SkjemaTabell = CurrentDb.OpenRecordset("Skjema", dbopentable)

However, the constant dbopentable is not recognized.

I try to look for add-ins, but I don't find any in the add-in manager.

What can be wrong?
 
You probably don't have a reference to the DAO object library.
(Tools >References from any open module)

Regards
Peter Russell
 
Back
Top