MS Access - DoCmd.GoToRecord - TechRepublic
General discussion
May 1, 2001 at 08:43 PM
rakeshkanojia

MS Access – DoCmd.GoToRecord

by rakeshkanojia . Updated 25 years ago

I have a Form Frm_Sub_Transaction_List & the below code word fine

DoCmd.GoToRecord acDataForm, “Frm_Sub_Transaction_List”, acGoTo, Rec_No

But when I attach Frm_Sub_Transaction_List to Frm_Main_Transaction_List the code does not work

Can anyone help…
Thanks

This discussion is locked

All Comments