Hi,
I’ am trying to execute a SSIS package from MS Access. I have made the package, I have add reference to Microsoft DTSPackage Object Library and finally write the on button click procedure listed below
Dim oPKG As New DTS.Package
oPKG.LoadFromSQLServer "HLCTUB001", , , _...