Hello All,
I have some code that is looking to see if a folder exists on a network drive. It works as long as the folder name matches exactly the string I am looking for. I would like to have it find anything starting with the value that I am searching for. For instance, the folder could be named “123456” or “123456 Customer Name”. The code:
strHLAddress = “usabox12ServiceDataCustomer filesSystem Data” & Me.Sales_order & “”
is looking for the sales order folder but I would like to use a wildcard, similar to dos commands, like “*”, after the sales order number. Is this something I can do?
Thanks,
Mark