conditional formatting in forms

G

Garry

Hi all

Can I have some examples of conditional formatting in forms

I require

Iif [x]=5 And [y]=100 show text ( I can do the show text part bur cannot
write the expression)

regards, Garry
 
W

Wayne-I-M

Your formula is almost OK just missing the ( )

Set the "Expression Is" as

([X]=5 And [Y]=100)

Wayne")
 
Top