adding a new record to a subform

bholiday

Registered User.
Local time
Today, 23:36
Joined
May 31, 2002
Messages
12
I would like to add a new record to a subform by pressing a command button in the regular form.
 
Lookup DoCmd.GoToRecord to see how to select the (sub)form wanted.
 
You'll have to set focus to the subform first and then Go to record etc.
 

Users who are viewing this thread

Back
Top Bottom