ShannonSkipper
Technical User
In my form frmDemographics there is a subform named frmActionNotes. For each record in frmDemographics there is an action note. The subform within the form works well, but I need to be able to open the the content of the subform in a new window. I am able to open a form (named frmActionNotesFull) with the data from frmActionNotes using a command button but I don't know how to get the action notes to correspond to the current record. frmActionNotes and frmActionNotesFull data are the same - but frmActionNotesFull I want to be a modal popup window. I assume I need to put somethink in the wherecriteria section of my cmd.openform but I sadly, I have no idea how to select the current record.
Any help is greatly appreciated!
Any help is greatly appreciated!