I’m trying to get this update statement to work against an Access 2K back end.
cnAdmin.Execute (“UPDATE tblPath SET tblPath.StoredPath = ‘” & SysDefaults.DocRoot & ” ” & Mid$(tblPath.StoredPath, 29) & “‘;”)
SysDefaults.DocRoot evaluates to a directory name and is a type variable. The error I’m getting is Object Required.