A new challenge.
I have three forms. A main form with a subform (frmMain), the subform (sfrmMain), and separate form that contains a single memo field (frmNotes). The plan was to double click on a field in sfrmMain, and have that open frmNotes. IF I open sfrmMain by itself, all works great. The frmNotes form pops open, and shows the notes for the relevant record on the (sub)form.
However, if I open the main form (frmMain), which includes sfrmMain as a subform, and double click I get a “Enter Paramater Value” for the field used as the key/link between sfrmMain and frmNotes.
But when running just the form, not as a subform of the main form, it works correctly. Is there a workaround for this?
Thanks in advance for your ideas and help.
Ken