I have a fair-sized data set going into a form that I want to filter based on a checkbox.
I have a table with records of all of the consumers we have worked with, with current consumers identified by a checkbox (Active). I've created queries that show either all active or all inactive based on this checkbox, so I can create separate forms to this data. The problem is, I'm building this database for people who will break anything that isn't completely apparent, and if they have to select a different form they will (somehow) end up in a table or query and break things, or just call me and cry about it.
So. I need check boxes (or opinion bubbles) in the header (preferably) of the form that allow the user to check whether or not they want to see active consumers, inactive, or both, and have the data in the detail section reflect either query or the master table (for both).
Is this possible?
This is part of a larger project: www (dot) access-programmers (dot) co.uk/forums/showthread.php?t=231813
I have a table with records of all of the consumers we have worked with, with current consumers identified by a checkbox (Active). I've created queries that show either all active or all inactive based on this checkbox, so I can create separate forms to this data. The problem is, I'm building this database for people who will break anything that isn't completely apparent, and if they have to select a different form they will (somehow) end up in a table or query and break things, or just call me and cry about it.
So. I need check boxes (or opinion bubbles) in the header (preferably) of the form that allow the user to check whether or not they want to see active consumers, inactive, or both, and have the data in the detail section reflect either query or the master table (for both).
Is this possible?
This is part of a larger project: www (dot) access-programmers (dot) co.uk/forums/showthread.php?t=231813
Last edited: