gojets1721
Registered User.
- Local time
- Today, 12:11
- Joined
- Jun 11, 2019
- Messages
- 430
So I've got a DB of employees and a query that filters down to one random employee whenever opened.
I am trying to code a function using MkDir that, when executed, it creates a new windows folder in a designated location and names the folder using the employee found in the random query (i.e. "Smith, John").
I've found a guide on how to use MkDir but I can't find anything about designating a unique name for the folder when the VBA is run.
Any thoughts?
I am trying to code a function using MkDir that, when executed, it creates a new windows folder in a designated location and names the folder using the employee found in the random query (i.e. "Smith, John").
I've found a guide on how to use MkDir but I can't find anything about designating a unique name for the folder when the VBA is run.
Any thoughts?