I am doing this:

With cmnDialog
.Filter = "Microsoft Access Databases|*.mdb|"
.InitDir = "C:\"
.ShowOpen
End With

How do I get the file path back from the .showopen window?