boblovesyousomuch
Programmer
Hello,
I currently have a form which imports my data from a text file into my database. It all works fine.
I have a textbox which you just enter the path of the filename into and press 'IMPORT'. I have set it up so if there is a ';' it means there are multiple files so I can import as many as I want really but you have to type the path of each file.
What I want is a dialog box that can pop up and you can MULTI-SELECT files. I have found one that works but only allows selecting of one file at a time.
Anyone any ideas on how to multiselect?
Cheers
Carl
I currently have a form which imports my data from a text file into my database. It all works fine.
I have a textbox which you just enter the path of the filename into and press 'IMPORT'. I have set it up so if there is a ';' it means there are multiple files so I can import as many as I want really but you have to type the path of each file.
What I want is a dialog box that can pop up and you can MULTI-SELECT files. I have found one that works but only allows selecting of one file at a time.
Anyone any ideas on how to multiselect?
Cheers
Carl