Hi,
Is it somehow possible to use a command button on a main form, that when cliked, adds a new record to a specified sub form? I thought I could use the DoCmd.GoToRecord, acForm, [SubFormName], acNewRec to do this, but I get an error message saying that the [SubForm] isn't open?
Thanks in advance for any help.
Gerhard
Is it somehow possible to use a command button on a main form, that when cliked, adds a new record to a specified sub form? I thought I could use the DoCmd.GoToRecord, acForm, [SubFormName], acNewRec to do this, but I get an error message saying that the [SubForm] isn't open?
Thanks in advance for any help.
Gerhard