OnOpen filter question
I specified the below in my reports onOpen event & yet I get the error I “entered an expression that has no value” the WHERE condition of the applyFilter property is sending something to the left side of the = sign though.
DoCmd.ApplyFilter , Reports![rptSearchByRefNum]![PromotionType] = Forms![frmTest]![cboType]
I specified the below in my reports onOpen event & yet I get the error I “entered an expression that has no value” the WHERE condition of the applyFilter property is sending something to the left side of the = sign though.
DoCmd.ApplyFilter , Reports![rptSearchByRefNum]![PromotionType] = Forms![frmTest]![cboType]