I need help suggestions for the best development approach for a form. The database is loaded with a master set of records. Tbl1 contains a master "record filing structure" related to tbl2, a set of "record schedules" (note many-to-many) each schedule then has separate possible dispositions tble3 (one-to-many). I want a user to be able to view this master File Plan with hierarchy and relationships defined but only select records that would apply to their organization, then output the results.
I want to allow the user the ability to deselect or remove a large number of records at the tbl1 level (the user then does not have to review all the records below or related) or deselect single items as needed.
I am using a subsubform method now but if anyone has a solution to viewing the records in a way that a user can deslect items at any level and apply to those below I would appreciate it. I basically need for the user to be able to view the records as if they were in a report ( all at once but I have too many layers of subforms) then deselect those that don't apply. I have received suggestions to try combo or listboxes but I have multiple columns for each record (ID and description).
Please ask me any questions you need to - I seriously need help with this layout.
I want to allow the user the ability to deselect or remove a large number of records at the tbl1 level (the user then does not have to review all the records below or related) or deselect single items as needed.
I am using a subsubform method now but if anyone has a solution to viewing the records in a way that a user can deslect items at any level and apply to those below I would appreciate it. I basically need for the user to be able to view the records as if they were in a report ( all at once but I have too many layers of subforms) then deselect those that don't apply. I have received suggestions to try combo or listboxes but I have multiple columns for each record (ID and description).
Please ask me any questions you need to - I seriously need help with this layout.