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