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