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...
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.