I’m trying to create filter to return all values if a text box is null or all values >= to the text box.
The statement I’m using will not return any values if the text box has an entry. Any sugestions?
Like IIf(IsNull([Forms]![frmSubnetsReportFilter]![txtSubnetStart]),”*”,([Range Table].[RangeStart])>=[Forms]![frmSubnetsReportFilter]![txtSubnetStart])
Thanks