in Access 2010, i paste this into a module? How do i call it?
I create folders based on a field name, example....
Private Sub Command429_Click()
If Len(Dir("\\MAMA\shares\IW_CASHAPPS\RECORDS\STORE\" & Me![RemitReference], vbDirectory)) = 0 Then
MkDir...