Hi!
Well, this is what I thought was happening. When you put a check box or a radio button in a frame(Option group), then the check box will not have a value of its own and you cannot test for it. The buttons will have an optionvalue which you can select for yourself but Access will automatically set them at 1 for the first one you place, 2 for the second and so forth. The frame will have as its value the optionvalue of the selected button. So, in your code, you need to leave out the If statement and you should get the results your are looking for.
hth
Jeff Bridgham