Hi all,
At the moment we are using ASPRunner trial edition. And everything works fine.
Im trying to find the code to download a file (I have the original code but i need an extension for the code). This should attach the file via a spefic directory tree, this is basicall my MBD (VB) code that opens the folder where the file is.
Address = "\\SERVER2\Data\FAMSA\Attachments\" & Me.Insurer_ID & "\" & Me.Claim Number
This opens the folder where all the related documents for this client sits.
The way we have worked it out is that we have to specify which directory ASPRunner should look in for the spefic file name. This work fine but since we have several clients we dont want to store all of the PDF reports in the one directory but in its allocated directory. I need the code as stated above that looks in certain directorys depending on which "Insurer_ID" & "CLM" and attaches the pre defined file.
IE
\\SERVER2\Data\FAMSA\Attachments\" & Me.Insurer_ID & "\" & Me.CLM & Me.RPT & .PDF
Thanks all
Matthew