hi there i want to create a directory on the C drive, this code isn't working do you have any ideas

If sBackUp = "" Then
ChDir "C:\"
MkDir "tpbackup"
sBackUp = "C:\tpbackup\bookbkup.mdb"
End If

Rohan West