If statement

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Back
Top