M
muybn
After reloading Word, I lost the reference that allows the following code to
execute. It hangs up on "Dim dbDB As Database". If someone can let me know
what I shoud select under "Tools-References," I'd really appreciate it.
(Amongst others, I already have Microsoft Active X Data Objects 2.8 Library"
checked.)
Dim dbDB As Database
…
Set dbDB = OpenDatabase("[path & file]")
dbDB.Execute strSQL
dbDB.Close
execute. It hangs up on "Dim dbDB As Database". If someone can let me know
what I shoud select under "Tools-References," I'd really appreciate it.
(Amongst others, I already have Microsoft Active X Data Objects 2.8 Library"
checked.)
Dim dbDB As Database
…
Set dbDB = OpenDatabase("[path & file]")
dbDB.Execute strSQL
dbDB.Close