If Right(App.Path, 1) = "\" Then
    strPath = App.Path & "aa.mdb"
Else
    strPath = App.Path & "\aa.mdb"
End If