I have a field named Status in a table. It is defined as "text", 1 character, and default "". Validation rules are must be "" or P or M. Required set to "No', Zero Length set to "Yes". I am trying to pull all records that are not equal to P or M.
I have tried <>"P" And <> "M", <>"P" or <> "M". The or retuns records with the Status = P and the "And" returns no record. Anyone have any ideas?
Thanks,
Gerald
I have tried <>"P" And <> "M", <>"P" or <> "M". The or retuns records with the Status = P and the "And" returns no record. Anyone have any ideas?
Thanks,
Gerald