Hi all, have a quick question. I have a continous form. I would like to cycle through all the records in this form, find out if txtShift.value = "A". If it does, I would like to have my checkbox, chkRDO.Value = True. So far I can get this to work on the initial record when the code is placed in Form_Load, however it stops at the first record. What should I do to have the code cycle through all of the records and check the value of txtShift? TIA!