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

  • Thread starter Thread starter Kelvin Beaton
  • Start date Start date
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
 
Use the OpenARgs argument of the OpenForm method to pass the primary key of
your case notes record to the form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top