I have a checkbox that asks if a person is in the program. If this box goes unchecked, I want a number of fields following to be disabled and focus to go to the next section. I know how to code this, however, the question is..If a person tabs into this and then out without entering anything, it doesn't work. If you check yes, then take the check out, the fields disable appropriately. Thought about an option group, or using a default Yes, in program, which would then disable fields if unchecked. (although I dislike defaults). Advice? Also, is there anything that would cause focus to go to the label of a checkbox control instead of to the checkbox itself? I have checked the tab stops and indexes. Thanks!