KennyCaudill
Technical User
I haven't used Access for about 10 years and I just started a new database with Access 2007. I have a clients form and have added a subform with all names from the same table as the main form. I want to click any name and have the main form go to that record. I know I'm being lazy, but could someone help me with the code to put in the "On Click" subroutine?
DoCmd.GoToRecord acDataForm, "Clients", acGoTo, (don't know how to get the current record number for here)
Thanks,
Kenny
DoCmd.GoToRecord acDataForm, "Clients", acGoTo, (don't know how to get the current record number for here)
Thanks,
Kenny