G
Guest
I need to copy a file c:\reports\datafile\1st471.ltr and rename it c:\reports\datafile\letter1.dbf. I need to link to letter1.dbf. I tried creating a function with the following
Function MakeDBF(
FileSystemObject.Copyfile "c:\reports\datafile\1st471.ltr", "c:\reports\datafile\letter1.dbf", tru
End Functio
I receive a 427 Runtime error
Function MakeDBF(
FileSystemObject.Copyfile "c:\reports\datafile\1st471.ltr", "c:\reports\datafile\letter1.dbf", tru
End Functio
I receive a 427 Runtime error