I have a predefined query that retrieves specific client files with the following returned fields:
FileNo
FullName: [strLastName] & ", " & [strFirstName]
I want to make it so that folders are automatically created for every returned record as
rootClient & FileNo & " " & FullName
with string rootClient already declared "W:\blabla\". I've never dealt with anything like this so please be sure to explain thoroughly.
Thanks in advance.
FileNo
FullName: [strLastName] & ", " & [strFirstName]
I want to make it so that folders are automatically created for every returned record as
rootClient & FileNo & " " & FullName
with string rootClient already declared "W:\blabla\". I've never dealt with anything like this so please be sure to explain thoroughly.
Thanks in advance.