D
Douglas J. Steele
I know that in some cases, parameters are ignored after the first missing
one is encountered. See whether that's the case here.
Try:
Set rstDrawings = CurrentDb.OpenRecordset(SQL, dbOpenForwardOnly,
dbSeeChanges)
or
Set rstDrawings = CurrentDb.OpenRecordset(name:=SQL, Options:=dbSeeChanges)
one is encountered. See whether that's the case here.
Try:
Set rstDrawings = CurrentDb.OpenRecordset(SQL, dbOpenForwardOnly,
dbSeeChanges)
or
Set rstDrawings = CurrentDb.OpenRecordset(name:=SQL, Options:=dbSeeChanges)