I have a directory on my hard drive which contains lots of text files. I have a database which can import these text files into a table for analysis. Is there any way that I can have the list of files in this directory show up in a dropdown box on a form so that I can select the file to be imported?
I already have some code which would allow me to do the import using variables. I just need to populate this dropdown box with the files to be selected from.
Thanks in advance for any help.