Hello. I'm working on creating a database (upgrading from an old manual excel table system to an Access system to improve user-friendliness and organization) that will help track, update, and review employees' training certifications are up to date.
Each table for the different areas of the plant (tool room, welding, etc.) is formatted similarly. The actual data is organized with a date field, and a row of check boxes for each competency that must be renewed. There are almost 20 separate sets of these tables, each with it's own unique set of competencies. The Primary Key is each employee's clock in number.
I want to write a Macro (or query, or anything that will work) to check every box within a given table if the "All Proficient" check box is marked. In other languages, I would just write a while loop to check each box until no more boxes are found, but I have no idea how to tackle this efficiently in SQL, VBA, or a macro.
I wrote one macro that works for one section, but it listed every single check box by name, and took a very long time to create. Is there a way to group check boxes such that I could check or uncheck all of them at a given event? I've attached two snapshots of my work. Let me know if you need more information to help.
I'm relatively new to the world of MS Access, but do have a decent amount of programming experience in other languages (Java, Python, C). However I know only the most basic SQL syntax thus far. I'm teaching myself MS Access as I go. Thanks in advance for any help.
Each table for the different areas of the plant (tool room, welding, etc.) is formatted similarly. The actual data is organized with a date field, and a row of check boxes for each competency that must be renewed. There are almost 20 separate sets of these tables, each with it's own unique set of competencies. The Primary Key is each employee's clock in number.
I want to write a Macro (or query, or anything that will work) to check every box within a given table if the "All Proficient" check box is marked. In other languages, I would just write a while loop to check each box until no more boxes are found, but I have no idea how to tackle this efficiently in SQL, VBA, or a macro.
I wrote one macro that works for one section, but it listed every single check box by name, and took a very long time to create. Is there a way to group check boxes such that I could check or uncheck all of them at a given event? I've attached two snapshots of my work. Let me know if you need more information to help.
I'm relatively new to the world of MS Access, but do have a decent amount of programming experience in other languages (Java, Python, C). However I know only the most basic SQL syntax thus far. I'm teaching myself MS Access as I go. Thanks in advance for any help.