H
Hutch
I am trying to figure out how on a form I can open an Open File Dialog box.
What I want to do is have a user choose a file. Once that file is chosen, I
want to be able to return as a string the full path and filename of the file.
I then will use the string that is return in my code to complete a task.
I know how to use text from a field and use it to define an object in the
code, but I do not know how to let a user browse for a file and have the full
path and filename be that string. Can anyone help?
What I want to do is have a user choose a file. Once that file is chosen, I
want to be able to return as a string the full path and filename of the file.
I then will use the string that is return in my code to complete a task.
I know how to use text from a field and use it to define an object in the
code, but I do not know how to let a user browse for a file and have the full
path and filename be that string. Can anyone help?