Search results

  1. R

    combo box search multiple fields

    I have a combo box search on my main form that is set to search by [defendant1name]. The string code in the query is: LookupName: IIf([defendant1name] Is Not Null,[defendant1name],[defendant2name]) I need the query to search by either [defendant1name] or [defendant2name]. I'm sure this is a...
Back
Top Bottom