use dir to find if file exists local firstCan Shell Execute do that?
vb Code:
mypath = "c\test\" ' change to suit fname = dir(mypath & "059969-501_SPEC*.*") if len(fname) > 0 then ' shellexecute mypath & fname else ' find file from server and display end if
do you have FTP access to the server? if so all is simple




Reply With Quote
