Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This must be really basic,
How can i create a list of records that meet a certain criteria?
i want all records where OPEN='Y' but i can see where i do that.
Steve
You must define the condition in your expression:
IF(OPEN = 'Y', YOUR_FIELD)
Or even more basic - create a list box for OPEN, and select Y. Not sure what you're really asking for, though.