Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CHECK MARK IN IF THEN

Status
Not open for further replies.

jobillborf

Programmer
Feb 13, 2001
61
US
Hi, In a IFTHEN statement I would like a check mark to appear if the condition is true.

Please Help

Thanks
 
Create a formula.
Place your if then in it like this.
Code:
if {table.field} = True then
    chr(252);
Place the formula on your report and change the font to Wingdings.

~Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top