Search results

  1. J

    Calling methods on Word document (OLE object) retrieved from database

    Ok, since only bound object containers seem to know how to turn blobs into useable OLE objects, I have created a Form bound to my table with a Load handler that saves the documents to their respective files then closes itself. If there is a god for programmers after all, I'll certainly have to...
  2. J

    Calling methods on Word document (OLE object) retrieved from database

    Hi, I have a table that contains Word documents stored as OLE objects by Bound Object containers. I don't have the form nor the containers that created the objects at hand, just a result set. I'd like to save the documents to disk (via the SaveAs method) to merge them into a template (by means...
  3. J

    Nested RIGHT JOINs ?

    Hello, I have been assigned to fix a bug in an Access application. I have microscopic experience with Access though. When looking at the SQL version of a query, I see constructs like this: SELECT ... FROM X AS X1 RIGHT JOIN (Y AS Y1 RIGHT JOIN Z ON Y1.yyy = Z.zzz) ON X1.xxx =...
Back
Top Bottom