hi..i wanted to know how to set focus from form2 to say a desired textbox in form1..
Problem tht i face is if i give a setfocus() in form2 it gives me an "Invalid procedure call or argument error"....i have already set the focus in the form load event of form1...but when i come from form2 i want the focus given in form2 to work and not the form1 form load event focus...
how do i solve this problem?Kindly help