SimontheSkater
New member
- Local time
- Yesterday, 19:18
- Joined
- Aug 15, 2024
- Messages
- 5
So, I have an issue. I have a form with a sub form but for each line I need a checkbox. When a checkbox is placed, it is duplicated and functional as one checkbox. If I click one checkbox, they are all checked. I need some way to get them to separate. Is there any way with VBA for when the duplications occur that the name of each check box created gets changed? I'm assuming this is the reason that they all function as one, because they all are just one checkbox (Duplicated). For the most part they are NEEDED for a visual, no true functionality.