Conditions in Forms
Hello there,
I am trying to build an app where I can input to-do items and then see, on other screens, all open and completed to-do items.
In my database, I have a field for "Complete".
On the "Open" screen, I would like it to show all of the to-do items that are blank under "Complete."
On the "Completed" screen, I would like it to show all of the to-do items that have a "yes" under the "Complete" field.
I saw tutorials mentioned here, but the links don't work and most posts are over 9 months old.
Thank you!
- Nate