Hi yoavchen,
I'm sorry but what you posted will not even compile. You can not troubleshoot problems properly until the code compiles without errors. Go to any code page and Debug>Compile to see the problems.
Sorry yoavchen. Open the f_Recruited_Main form in design mode. Go to View>Code which opens up the code window. Then go to Debug>Compile and the compiler will stop and highlight a line it does not like. After you determine the problem and fix it then Compile it again and it will stop at the next line it does not like. I hope that helps.