N nia Registered User. Local time Today, 17:33 Joined Oct 30, 2003 Messages 21 Nov 10, 2003 #1 Hiya folks.. Just wondering is there any way i can display the result of my checkbox from my form as a simple YES or NO in my report, instead of the standard checked or blank box. Thanks Nia (",)
Hiya folks.. Just wondering is there any way i can display the result of my checkbox from my form as a simple YES or NO in my report, instead of the standard checked or blank box. Thanks Nia (",)
ColinEssex Old registered user Local time Today, 17:33 Joined Feb 22, 2002 Messages 9,314 Nov 10, 2003 #2 Use the IIf statement might be an idea. IIf([FieldName] = -1, "Yes","No") Col
R Rich Guest Nov 10, 2003 #3 Delete the original checkbox, add a textbox, set its control source to the original yes/no field, set the data type to Yes/No
Delete the original checkbox, add a textbox, set its control source to the original yes/no field, set the data type to Yes/No