Re: Am I wrong?



Once the field is enabled, it will stay enabled until it is disabled
or until you exit the form and return so that the default is re-
established.

Your test should be:

If grpFormatChoice.Value = 2 Then
ENABLE THE CHOICE 2 FIELDS
and disable the CHOICE 1 fields
endif
If grpFormatChoice.Value = 1 Then
ENABLE THE CHOICE 1 FIELDS
and disable the CHOICE 2 fields
endif


Ron
.