View Full Version : How do control which checkbox in a group is checked thru "Expression Builder"?


blanca488
03-02-2000, 11:37 AM
i have two check boxes inside my option group. i want a certain checkbox to have the check in it when the form is brought up.

in "Expression Builder" is there a way i can enable my checkbox through the default value property of the option group on the form? here's what i was playing around with, but it doesn't work...

(under option group's properties)

=[InterviewYes].[Enabled]=True

where InterviewYes is my first checkbox (in a group of two check boxes) that i want checked by default as i come into the form.

thanks,

m

Carol
03-02-2000, 06:26 PM
Click on the Option Group Box. It will bring up the property sheet. Put the Default Value of the Check Box in the Default Value that you wish to always be shown as checked.