stephenj789
Technical User
I have a form in Access that looks something like this:
|Form|-----------------------------------|
|
| |Button| |.......Text Box.......|
|
|
|------------------------------------------|
What needs to happen is this: When the user presses the button, an open dialog box allows the user to navigate to a file. Once the file is selected by the user, the file name and path will be located in the textbox, like this:
|Form|-----------------------------------|
|
| |Button| |C:\Temp\MyFile.txt...|
|
|
|------------------------------------------|
and that is it. If there is an simple way to do this, I would much appreciate knowing it. Thanks in advance.
|Form|-----------------------------------|
|
| |Button| |.......Text Box.......|
|
|
|------------------------------------------|
What needs to happen is this: When the user presses the button, an open dialog box allows the user to navigate to a file. Once the file is selected by the user, the file name and path will be located in the textbox, like this:
|Form|-----------------------------------|
|
| |Button| |C:\Temp\MyFile.txt...|
|
|
|------------------------------------------|
and that is it. If there is an simple way to do this, I would much appreciate knowing it. Thanks in advance.