Hi,
I was wondering, is it possible to create a "query" that would only return records where a field had been set??
for example
field 1 | field 2 | field3 |
cat | hello | goat |
| | goat |
cat | hello | goat |
As you see record 1 and 3 have been set on field 1, so is it possible that i could return just these. (record 2 has been set but i don't wish to return this because, not all of the fields have been completed)
Thanks for any advice or help in advance.