Hi all,
I have been struggling to do this and hope someone can help.
I have 3 tables which is of concern
1. Building (buildingID, BuildingName, NotActive)
2. Floors (FloorID, BuildingID, Floorlevel)
3. Checklist (floorid, checklistid, checklist, Comments, Review)
I created a treeview in acces 2003 to filter the checklist per building/floor. When clicking on the different floor in the treeview, it gives the corresponding checklist items on a subform. The subform is mainly the checklist table.
Now, in some case, some checklist item can be marked for review using a 1/0 field. This Review field is kept in the checklist table
I want to add an additional filter to my treeview to see only reviewed items on request. I.e. a togglebutton, which when clicked will apply a critera of (where review = 1). So that when I navigate through the treeview and click on floors, I can only see the 'marked' items.
clicking the toggle button again, removes the filter
many thanks for your help
I have been struggling to do this and hope someone can help.
I have 3 tables which is of concern
1. Building (buildingID, BuildingName, NotActive)
2. Floors (FloorID, BuildingID, Floorlevel)
3. Checklist (floorid, checklistid, checklist, Comments, Review)
I created a treeview in acces 2003 to filter the checklist per building/floor. When clicking on the different floor in the treeview, it gives the corresponding checklist items on a subform. The subform is mainly the checklist table.
Now, in some case, some checklist item can be marked for review using a 1/0 field. This Review field is kept in the checklist table
I want to add an additional filter to my treeview to see only reviewed items on request. I.e. a togglebutton, which when clicked will apply a critera of (where review = 1). So that when I navigate through the treeview and click on floors, I can only see the 'marked' items.
clicking the toggle button again, removes the filter
many thanks for your help