Prompting user for path and file

rmiller

Registered User.
Local time
Today, 13:05
Joined
Mar 11, 2005
Messages
14
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.
 
Browse file open

Thanks for the information. Sorry I did not check first, it was my very first post.

Rmiller
 
That is why I "welcomed" you to the forum. ;)
 

Users who are viewing this thread

Back
Top Bottom