B
Bryan
I want to use a textbox on frmMain to populate a label in
a report, (I am launching the report using a btn on
frmMain "docmd.openreport "Rpt",acViewPreview")
Private Sub Report_Open(Cancel As Integer)
Me!label.Caption = Forms!frmMain!txtHeading.Text
End Sub
I get runtime error "Can't reference a property or method
for a control unless the control has the focus."
Thanks....
a report, (I am launching the report using a btn on
frmMain "docmd.openreport "Rpt",acViewPreview")
Private Sub Report_Open(Cancel As Integer)
Me!label.Caption = Forms!frmMain!txtHeading.Text
End Sub
I get runtime error "Can't reference a property or method
for a control unless the control has the focus."
Thanks....