Ok, this is my situation. I have a textbox(Which only reads #'s) and a command button on form1.
What i want to do is that when the command button is clicked it checks to see if the numbers written in the text box are files that exist in the current dir. If not then msgbox "Files do not exist in current dir" If they do then form2.visible = true
Note: the file names do not hold extensions, ex. 1234 is the file name not 1234.txt....thank you




Reply With Quote