2 sub forms

K

Karen53

Hi,

I have 2 sub forms. Subform A is a datasheet. SubformB is a form with 2
fields, CaseNo and Notes. Both subforms are fed off of the same query. When
I am on the current record of subformA, I need the notes for that current
record to display in subformB. I have tried doing a Master/ Child link but
it will not let me. The message says I can't link unbound forms, yet they
are both bound. I am assuming it is because one is not sub to the other.

I have also tried putting this code in subformA's txtCaseNo "On Click"
property but it does not work. Any suggestions?

Thanks.
 
K

Karen53

Sorry, forgot to paste the code...

Form![frmsubActionNotes]![txtCaseNo] = Me.txtCaseNo

Thanks
 

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

Top