I have a database with several true / false fields.

I understand that I need to use the MyDb.dbBoolText function to change the text from True / False to Yes / No.

Mydb1.dbBoolText="Yes,No"

If I understand it correctly, the mcell function does not work with booleen fields. For example, if I add the following line, it just gets ignored.

mcell = mcell & "DedPool, Align=left, <font FACE=`Arial` SIZE=2 COLOR=Green>#DedPool#</font>;"

Is it possible to add the font, color, etc to the dbBoolText line in order to make the Font Size and color be what I want it to be?

Thanks for the help.