K
Kirk P.
I have a Form (frmCustomers) that contains a subform (sfrmRevenue). When
frmCustomers is opened, I want the curser to jump to a new record in
sfrmRevenue. I believe my code is correct, maybe I'm just not using the
correct event.
DoCmd.GoToRecord acForm, "sfrmRevenue", acNewRec
Help?
frmCustomers is opened, I want the curser to jump to a new record in
sfrmRevenue. I believe my code is correct, maybe I'm just not using the
correct event.
DoCmd.GoToRecord acForm, "sfrmRevenue", acNewRec
Help?