I need to refer to a font type in a query

Jeanette

Registered User.
Local time
Today, 12:40
Joined
Dec 17, 2001
Messages
52
Is there anyway to refer to a font type, such as bold in a query. I want to create an iif query to say "need ltr 2" if text in a field is bold type. Thanks in advance.
 
Don't know if this is of any help to you but...
To check if text is bold in a text box you use the fontbold property
i.e. if text1.fontbold = true then the text is bold.

HTH
Patrick
 
There must be a determining factor which makes the field bold/not bold. Tables only hold information not formatting options, so there must be something on your form triggering this visual display and this probably relates to another fields property which you can interrogate in the query.
 

Users who are viewing this thread

Back
Top Bottom