I have 2 forms in this project.
I am opening a txt file using a common dialog function to select the file
and than storing that filename in a declared global variable as a string.

My problem comes when I open the second form
I need to be able to open the same file again to read the fields within.
The Open statement seems to only accept a filename and won't let me use the variable.

How can I open the file?