Hello:
I am trying to get a report to use data on a form, and need to know which report event to put this information on. I am getting all kinds of setfocus errors and other things.
Thanks!Code:If Forms!frmTimeCard.txtSS = 1 Then txtSupID.ControlSource = Forms!frmTimeCard.txtEmpID Else txtSupID.ControlSource = Forms!frmTimeCard.txtcharacter06 End If