SmokeEater
Technical User
I am running a query with Like "*" in the criteria and the query returns everything except the records with a null value in that field. Am I missing something? I thought that Like "*" should return everything.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Like [Forms]![Report Date - 99]![text16]
=IIf(IsNull([Combo8]),"*",[Combo8])
WHERE [FieldName] & "" Like [Forms]![Report Date - 99]![text16]