yes, it can be used with odbc also. here is an example:
DoCmd.TransferDatabase acImport, "ODBC", "ODBC;DSN=silentMAS90", acTable, "IM1_InventoryMasterfile", "IM1_InventoryMasterfile", False
the third argument can also be used to send id and password...
I am trying to change the SRC property of an Adobe Acrobat object in my program. When I insert code to do this, for example the line :
c:\apfcDocumentDB\images\example2.pdf"
followed by the line:
c:\apfcDocumentDB\images\test2.pdf"
produces the error:
"Method 'src' of object...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.