M
Mommio2
Hello,
Could anyone please tell me how to fix the syntax error in my code? I
have tried both of the following but neither works. THANKS!!!
DoCmd.OpenForm "Students", acNormal, "",
"[Forms]![Menu]![Search_Student]=[Students]![Student_ Last_ Name],[Student_
First_ Name]", acEdit, acNormal
DoCmd.OpenForm "Students", acNormal, "",
"[Forms]![Menu]![Search_Student]=[Students]![Student_ Last_
Name],[Students]![Student_ First_ Name]", acEdit, acNormal
Mommio
Could anyone please tell me how to fix the syntax error in my code? I
have tried both of the following but neither works. THANKS!!!
DoCmd.OpenForm "Students", acNormal, "",
"[Forms]![Menu]![Search_Student]=[Students]![Student_ Last_ Name],[Student_
First_ Name]", acEdit, acNormal
DoCmd.OpenForm "Students", acNormal, "",
"[Forms]![Menu]![Search_Student]=[Students]![Student_ Last_
Name],[Students]![Student_ First_ Name]", acEdit, acNormal
Mommio