A
Arnfinn Vartdal
Is this a problem with missing references?
I get the error "Runtime error 3001: Ugyldig argument" (invalid argument)
when I try to run the code below (from a public sub). The constants
dbopendynamic etc. are not recognized.
Dim rstKalender As Recordset
Set rstKalender = CurrentDb.OpenRecordset("Kalender", dbopendynamic,
dbappendonly)
I get the error "Runtime error 3001: Ugyldig argument" (invalid argument)
when I try to run the code below (from a public sub). The constants
dbopendynamic etc. are not recognized.
Dim rstKalender As Recordset
Set rstKalender = CurrentDb.OpenRecordset("Kalender", dbopendynamic,
dbappendonly)