L
Lamar
Hello,
When a user hits a cmd button, I want Access to create a
new folder. I want to name the folder to include date and
time the end
i.e. Name the folder: SeaRob526041130 with 52604
meaning 5/26/04 and 1130 meaning 11:30
I know how create new folder but can not add the date and
time. Is this even possible? See VBA code below. Thanks
for any help.
MkDir "C:\HousAuth\" & Left(cmbHA, 3) & Left(cmbESDStaff,
3)
When a user hits a cmd button, I want Access to create a
new folder. I want to name the folder to include date and
time the end
i.e. Name the folder: SeaRob526041130 with 52604
meaning 5/26/04 and 1130 meaning 11:30
I know how create new folder but can not add the date and
time. Is this even possible? See VBA code below. Thanks
for any help.
MkDir "C:\HousAuth\" & Left(cmbHA, 3) & Left(cmbESDStaff,
3)