From a subform using a command button I want to call the corresponding form and subform.
I am able to call the correct form using:
DoCmd.OpenForm "Work Enter", acNormal, "", "[ArtistID]=[Screen].[ActiveForm].[ArtistID]", , acNormal
The name of the subform is Work Subform...