B bholiday Registered User. Local time Today, 03:17 Joined May 31, 2002 Messages 12 Jun 1, 2002 #1 I would like to add a new record to a subform by pressing a command button in the regular form.
L llkhoutx Registered User. Local time Yesterday, 21:17 Joined Feb 26, 2001 Messages 4,018 Jun 1, 2002 #2 Lookup DoCmd.GoToRecord to see how to select the (sub)form wanted.
B bholiday Registered User. Local time Today, 03:17 Joined May 31, 2002 Messages 12 Jun 3, 2002 #4 thanks!