Can this be done with the ChildFormDialog? if so:
Thanks a lot for the ideas.
I took another approach by passing the NoteType and ParentPK values as a parameter to the Note Manager form and then created a method [FillByTypeAndPK(pFK_NoteType, pFK_ParentRecord)] in the the BO to get the correct note records.
Then in the parent form I have this code to call the Note Management form:
loNoteForm.ShowDialog(
loNoteForm.Dispose()
loNoteForm =