Kayleigh
Member
- Local time
- Today, 05:18
- Joined
- Sep 24, 2020
- Messages
- 709
Hi I'm having significant trouble with unbound controls on a continuous form - whenever I change value of one, all change with it!
I need to display approx three checkboxes on each row and be able to check/uncheck it as necessary. I have managed to create a checkbox out of a textbox but it is still changing all boxes. Only method which has been slightly succesful is conditional formatting which is very limited (I have not tried in VBA though).
When the user has ticked the form, they should be able record these values to the table by iterating through DAO recordset but this won't work if all are being recognised as the same value.
Problem with using bound controls is the recordset is not updateable (union queries) so I can't see any way round this
I think only option is to store values of these textboxes in a temporary table...
Would appreciate any suggestions here please!
I need to display approx three checkboxes on each row and be able to check/uncheck it as necessary. I have managed to create a checkbox out of a textbox but it is still changing all boxes. Only method which has been slightly succesful is conditional formatting which is very limited (I have not tried in VBA though).
When the user has ticked the form, they should be able record these values to the table by iterating through DAO recordset but this won't work if all are being recognised as the same value.
Problem with using bound controls is the recordset is not updateable (union queries) so I can't see any way round this

I think only option is to store values of these textboxes in a temporary table...
Would appreciate any suggestions here please!
Last edited: