DTS from Access forms

M

Madhuri

Hi all

I am able to run the dts package by dtsrun from command prompt but if I
execute it with shell command in msaccess form coding as
Dim x
x = shell (dtsrun /s servername /u"username" /p"Password" /N"Packagename", 2)

It dosent show me the command window and results which I see when I execute
from command prompt.... Is there any way I could see the command window and
the execution results ?

Thanks
Madhuri
 
Top