If statement

B

Benny

I would like to apply a formula to a report generated on access. Can I apply
an 'If' conditional statement. What is the proper syntax for single If and
multiple If staements. Would appreciate any help. Thanks
 
D

Duane Hookom

There are several options including IIf(), Switch(), and Choose(). If you
open any module and search Help, you should be able to find the usage. If
you have a question, come on back.
 
Top