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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Syntax for conditionally changing font size

Status
Not open for further replies.

ebutter

Technical User
Feb 17, 2005
77
US
v.10

I need to conditionally change the font size of some text objects in the Details Section. On the Font Tab I can access a formula editor for the field, but I can't figure out the syntax for making the change.

Pseudo Code:
If Field1 = X then
Font Size = 11
else
Font Size = 12

Thanks!
 
If Field1 = X then 11 else 12

This should work if you put it in the formual control beside the font size.

[yinyang] Madawc Williams (East Anglia, UK) [yinyang]
 
Thank you! Sometimes solutions are easier then expected!

ebutter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top