2 sub forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Sorry, forgot to paste the code...

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

Thanks
 
Back
Top