View Single Post
  #7  
Old February 9th, 2005, 11:36 AM
onedaywhen
external usenet poster
 
Posts: n/a
Default

I just re-read your original post. The problem may be a flawed approach
on your part. You seem to be automating the MS Access app and using it
to opening a file, simply to obtain a reference/pointer to an internal
instance of an ADO Connection (note not an OleDb Connection). There is
no need to do this when you can instead create an *external* connection
to the database.

Jamie.

--