tick all boxs on contiuoiuse form

S

Simon

Me.Requeryi have a contiuoiuse form that show customer that requested
a brochure, i have a tick box next to them to tick once its been sent
On the bottom of the form i would like a button that will tick all the
boxs displaced on the form ( txtBroSent)

How do i do this. at the moment by code ony ticks the top recored

Private Sub Command42_Click()
Me.BroucherSent = -1

Me.Requery

End Sub
Thanks
 
O

o;;

Simon said:
Me.Requeryi have a contiuoiuse form that show customer that requested
a brochure, i have a tick box next to them to tick once its been sent
On the bottom of the form i would like a button that will tick all the
boxs displaced on the form ( txtBroSent)

How do i do this. at the moment by code ony ticks the top recored

Private Sub Command42_Click()
Me.BroucherSent = -1

Me.Requery

End Sub
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top