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
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