D
David
This statement works
MkDir Path & Me.[Last Name] & "_" & Me.[First Name]
But this one does not.
MkDir Path & Me.[Last Name] & "_" & Me.[First Name] & "\" & Me.Class
Is there a limit to how many levels I can go using mkdir statement? Or am I
just not seeing something?
If there is a 1 folder limit, any suggestions to make a director 2 levels
down?
MkDir Path & Me.[Last Name] & "_" & Me.[First Name]
But this one does not.
MkDir Path & Me.[Last Name] & "_" & Me.[First Name] & "\" & Me.Class
Is there a limit to how many levels I can go using mkdir statement? Or am I
just not seeing something?
If there is a 1 folder limit, any suggestions to make a director 2 levels
down?