Quote Originally Posted by angie View Post
If I had a unbound check box would that lock all records from being changed or just the record selected?
Independent on you having single or continuous form, really you have on form controls for single record only. In continuous form several records are displayed, but really for every linked field there is one form control which is displayed as several controls on different rows. It is the reason you can refer the control value for current row only, not for previous or for next row. And it is also a reason why you don't need to bother which record is enabled on continuous form - this must be always determined row-wise and for active row.