I have 125 Employees in my Table and I would like to create a folder for each one.
I have a form with a command button that will create a directory for each employee individually.
What do I need to research in order to create a file for all the employees in one go?
Is this Looping?
I have a form with a command button that will create a directory for each employee individually.
Code:
MkDir "S:\Access\VBA\DATABASES\" & Me.Employee
Is this Looping?