I created a form with unbound fields. These fields are used in a multi field query. In the query on the first line i used Like "*" & [Forms]![frmMemberDetailLookup]![txtID] & "*" or IS NULL
But when i went back to edit the query, i have hundred lines of the criteria in the "or" rows - Like "*" & [Forms]![frmMemberDetailLookup]![txtID] & "*"
. Then [frmMemberDetailLookup]![txtID]
appearing as a field and Is Null
in the criteria and "or" rows. Why is Access doing this? It makes it impossible to modify the query.