I have this bit of code -
rstScopeQuery.Open "SELECT line_data_id FORM section_detail", _
cnnLocal, , adLockOptimistic
and it bring on a "syntax error (missing operator) in query expression..." at run time.
I am sure that the answers is right in there but I can't see it.
Any ideas ?
rstScopeQuery.Open "SELECT line_data_id FORM section_detail", _
cnnLocal, , adLockOptimistic
and it bring on a "syntax error (missing operator) in query expression..." at run time.
I am sure that the answers is right in there but I can't see it.
Any ideas ?