i am new to vb and access , and i copied this particular code from the internet to implement something ->
Private Sub BrowseBtn_Click()
Dim OpnDialog As New BrowseForFileClass
OpnDialog.DialogTitle = "Find Form Letter and Click Open Button"
OpnDialog.DefaultType = "*.doc"...