Hi,
I have this particular field with values "YES" or Blank
![]()
I have it set up so that now all I need is that Criteria specifies whether an unbound text box on another form was filled out or not. If it was, the Null field values dissapear and I am only left with the fields with "YES" values. Also, if the field was not filled out, then nothing happens and the records remain.
I assume this entails an iif statement or something, but I can't seem to get it to work. I'd prefer working with just the criteria field btw and not VBA.