Calculate sales tax

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

Guest

I know it must be easy but for the life of me I can't seem to write the
expression properly. How would I write an expression that would look at a
text field and if it has NJ entered, calculate the subtotal *7%?
 
IIF([Some State field] = "NJ",.07, 0) * [Some Other Field]


'====================================================
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
'====================================================
 

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