I am needing to use code to go through a table on the exit of a form and change all the checkboxes that = -1 to 0. Is there some code I can use for this or is this even the best way to change it?
It thought maybe something like
i=1
For i = 1 to EOF
(I need to reference the column here).value=0
i=i+1
Next i
It thought maybe something like
i=1
For i = 1 to EOF
(I need to reference the column here).value=0
i=i+1
Next i