Missing Add-in?

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?
 
P

Peter Russell

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

Regards
Peter Russell
 

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

Top