K KurtL Registered User. Local time Today, 15:57 Joined Oct 10, 2005 Messages 40 Nov 11, 2005 #1 Is there any way in a form for a yes/no check box to appear as something other than -1/0?
RuralGuy AWF VIP Local time Today, 14:57 Joined Jul 2, 2005 Messages 13,825 Nov 11, 2005 #2 IIf([chkBoxField] = True,"It is turned on!","Looks like it is turned off!")
P Pat Hartman Super Moderator Staff member Local time Today, 16:57 Joined Feb 19, 2002 Messages 48,055 Nov 14, 2005 #3 Change the textbox control to a checkbox. Click into the field you want to change and find the feature on the Format menu.
Change the textbox control to a checkbox. Click into the field you want to change and find the feature on the Format menu.