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 am trying to read and parse a text file that is sent to me daily and extract information that I will place in an Access table.
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 am trying to read and parse a text file that is sent to me daily and extract information that I will place in an Access table.