In the Open-Event of the form or the Format-Event of the report, you can set the fonts as follows:
Me!MyTextbox.FontName = "Arial"
where you would take the name "Arial" form the correct record of your font table.
There are also other font properties that you can set: FontBold, FontItalic, FontSize, FontUnderline, FontWeight.
Matthias Kläy, Kläy Computing AG