G
Guest
My form is called frmEquip. On this form I have a combo box called
cboLinePM1 and a subform. I want to control the records displayed on the
subform by the selection made in cboLine so in the appropriate field of the
subform's record source query I put this code: "Forms!frmEquip!cboLinePM1".
Everything works fine until I select a null in cboLinePM1. The subform does
not recognize the null. How can I get it to recognize the null?
cboLinePM1 and a subform. I want to control the records displayed on the
subform by the selection made in cboLine so in the appropriate field of the
subform's record source query I put this code: "Forms!frmEquip!cboLinePM1".
Everything works fine until I select a null in cboLinePM1. The subform does
not recognize the null. How can I get it to recognize the null?