fouchev
Mar 13th, 2000, 04:42 PM
I want to know how it is possible to insert a search for a specific file. At the moment I have a hyperlink to an Excel file called C:\Test\Test_01_01_2000.xls and another C:\Test\Test_02_01_2000.xls, basically every day a new file is created in the format. Test(filename)_01(day)_02(month)_2000(year). What i would like to accomplish is to insert something like 3 text boxes on my form called ,day ,month and year. Once the user inserted the data in the text boxes and you click the Submit button it shoud point to the relevant hyperlink. For example in the text box Day the user inserted 05 and the textbox month the user inserted 03 and textbox year the user inserted 2000, once inserted and you click the submit button the the results should the point to C:\Test\Test_05_03_2000.xls