tick all boxs on contiuoiuse form

  • Thread starter Thread starter Simon
  • Start date Start date
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
 
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
 
Back
Top