JeffBarker
Registered User.
- Local time
- Today, 04:16
- Joined
- Dec 7, 2010
- Messages
- 130
Oops, my error... You will have to embed the code I provided earlier within another IF..THEN. If the check box is checked, its value is -1, so we need to make sure it is checked prior to executing the code. If it is unchecked the value =0 and you don't want to do anything else I assume, so we do not need the ELSE portion of the clause.
If me.checkboxname=-1 Then
code provided earlier
End if
What style of form are you using (datasheet view, form view, continuous etc.)?
It's a single form with previous/next buttons to cycle through the records.
Thanks for the code...just putting that in now!!
