I have used the folowing statement in Excel VBA
path = Application.GetOpenFilename("Text Files (*.txt), *.txt,,<prompt>)
to display the file opoen screen for the user to browse and select a file that is returned to the variable path.
Question:
Is there an equivalent Access VBA function?
I...