I want to open a form that is used for importing a csv file into the database, I need to be able to find the files path.
I am wanting to have a browse button on the form that opens a dialog that you can you to find the file. then I want to store the path and the path+filename into two Variables.
this is so that I can use the same dialog for the import and the export of the information. the path for exporting to a csv and the path+filename for importing from a csv
I am wanting to have a browse button on the form that opens a dialog that you can you to find the file. then I want to store the path and the path+filename into two Variables.
this is so that I can use the same dialog for the import and the export of the information. the path for exporting to a csv and the path+filename for importing from a csv