> Hello again,
>
> Well, I got the symbol displayed on the text box ok. The only two issues that I'm facing right now are to store this "Less than or Equal to" symbol in the table and to show this symbol on the report. I have tried to open the report designer to change the font to FoxFont but from the list for me to select, there was no FoxFont at all. I even tried this again after I received your message. Here are the steps that I took
>
> 1/ Opened the report designer
> 2/ Right-clicked on it to go to Properies
> 3/ Clicked on the "Page Layout" tab, then selected a font from a list to insert into the Default font text box.
>
> I couldn't find FoxFont for some reason. And I think the value on the text box was being inserted into the table as the ascii code instead and there is a way if possible to convert that as it is being inserted into so that it will insert the correct symbol. Have a nice day to you.
>
> Tai Nguyen.
Hi,
you are not restricted to FoxFont to show < or > try chr(60) and chr(62) should work with most normal fonts I believe.
If that works for you, you can save these values in your table or you can make a UDF in your report.
Regards,
Koen