conditional formatting in forms

  • Thread starter Thread starter Garry
  • Start date Start date
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
 
Your formula is almost OK just missing the ( )

Set the "Expression Is" as

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

Wayne")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top