chris1967
May 19 2012, 03:09 PM
On my form frmMedia, I have a text box, called txtCountDelete, and a checkbox called checkselect. I wish to have the textbox count the numbe of items which have been checked, and this will update when the user either selects or unselects the check, so basically after a update event has occured im guessing. As for hwo I do thsi I have no idea so would welcome any comments.
theDBguy
May 19 2012, 03:33 PM
Hi,
Are you talking about bound or unbound controls? Is this on a continuous form?
You may be able to try the Sum() function.
Just my 2 cents...
chris1967
May 20 2012, 01:05 AM
They are unbound, the only action comes from when I press a delete button, just need the text box to display how many are selected, and this would update after the checkbox is either selected or un selected
chris1967
May 20 2012, 01:45 AM
Its ok I sorted it out thanks anyway
theDBguy
May 20 2012, 10:10 AM
Hi Chris,
QUOTE (chris1967 @ May 19 2012, 11:45 PM)

Its ok I sorted it out thanks anyway
Glad to hear you got it sorted out. Please consider sharing your solution for others to learn from.
Good luck with your project.