I have encountered this issue on a couple of recent projects and it's time to figure out what a good solution might be.
I have a page with 100 fields that can be updated (some via checkbox, some via radio buttons, a couple with actual values). Once the user inputs the appropriate data, it needs to be sotred in an access database. So I dutifully created a database table and associated query last time listing the 100 fields. This time I'm wondering if there is a more elegant solution. If I have 100 fields and each indicates a true / false for an entity (patient), is there an elegant way to do this?
Surely others have encountered this issue before...
I have a page with 100 fields that can be updated (some via checkbox, some via radio buttons, a couple with actual values). Once the user inputs the appropriate data, it needs to be sotred in an access database. So I dutifully created a database table and associated query last time listing the 100 fields. This time I'm wondering if there is a more elegant solution. If I have 100 fields and each indicates a true / false for an entity (patient), is there an elegant way to do this?
Surely others have encountered this issue before...