Search results

  1. E

    Multiple Where Condition Filters (Open Form Macro)

    I am trying to set multiple where condition filters on Open Form Macro. CustNumber = CustNo And OpenQty >= .01 The field OpenQty is on the Form to be opened I currently have this in the where condition ="[CustNumber]=" & "'" & [CustNo] & "'" And [OpenQty]>=0.01 Any Help would be greatly...
Top Bottom