Fetch Records: syntax for fetching all
Fetch Records: syntax for fetching all
How do I fetch all records for a Form? I've come up with this:
all_records = MyForm [ Added_User != null ]
...as Added_User will always have a value. Is there a better way?
Kevin