Hello,
I am trying to set the recordsource of a subform using:
If Me.Text171.Value = 1 Then
Forms!frmmatrixtabs!frmSummary!frmLaserBOM.RecordS ource = "qrybltbom"
Else: Forms!frmmatrixtabs!frmSummary!frmLaserBOM.RecordS ource = "qryrofinbom"
End If
I am getting an error that says that object doesn't support this property or method. The subform has controls that match both queries. Does anyone have an idea what I am doing wrong?
Thanks,
Mark







