D
DS
I have a subform with a Checkbox on it, whenever I close the form I have
this code on it...
Forms!Sales.SalesDetails!Sent = True
the problem is it only sets the value on the last record, I need it to
set the value on all of the records showing on the subform at the time
that aren't already set to that value. How do you do that or this
Thanks
DS
this code on it...
Forms!Sales.SalesDetails!Sent = True
the problem is it only sets the value on the last record, I need it to
set the value on all of the records showing on the subform at the time
that aren't already set to that value. How do you do that or this
Thanks
DS