R
RAM
I currently use the following code to scan and store information:
strFile = "Z:\CADSScannedReportImages\" & [PTFolder] & "\" & [LblImage] &
"\" & [PTName] & [ID] & " " & [LblImage] & " " & Format([LblSDate], "dd mmm
yyyy")
strType = "jpg" This works OK. But I would like to set up code to check to
see if a PTFOLDER \PTName\ID exist and if it does not then automatically
create it. Can anyone help me with this request.
Thanks,
RAM
strFile = "Z:\CADSScannedReportImages\" & [PTFolder] & "\" & [LblImage] &
"\" & [PTName] & [ID] & " " & [LblImage] & " " & Format([LblSDate], "dd mmm
yyyy")
strType = "jpg" This works OK. But I would like to set up code to check to
see if a PTFOLDER \PTName\ID exist and if it does not then automatically
create it. Can anyone help me with this request.
Thanks,
RAM