I have a drop down box populated by a query sorted in ascending order. I want to be able to allow the user to type first few letters of the value they want to select, and the box automatically scrolls to the nearest matching value. For example, if the user types 'd' in the drop down box, the...
Thank you for your response. I'll try to explain my program a little better. I am receiving daily data files organized inside of folders for each day, inside of folders for each month. Since the files are named the same every day, I cannot dump everything into one folder without renaming each...
I'm familiar with wildcards in the filename statement that allows you to identify more than one file in a folder:
filename test "c:\main\sub1\*.txt";
However, I need to select specific files from multiple folders:
filename test...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.