How can I tie a pop up form to a sub form?

K

Kelvin Beaton

I have a datebase that has a form with a subform that records case note
data. I need to make exception notes on some of the case notes.
I have a frm_ExceptionToPolicy that I've created that opens from a button on
the case note record.
What I don't know how to do is tie frm_ExceptionToPolicy to the case note.

Can someone explain this, or even better, is there an example out there I
can look at?

Any help would be appreciated.

Kelvin
 
K

Klatuu

Use the OpenARgs argument of the OpenForm method to pass the primary key of
your case notes record to the form.
 
Top