Access 2000 Expressions

B

B. Sharp

I have a expressions formula that I need to update. I tried to add into the
expressions equation and the answer is wrong .
The old equation was =[Sub-Total] *[Tax Rate]*.01 and this formula worked
perfect.
The new formula that I can't seem to fix: =[Sub-Total]+[Delivery]*[Tax
Rate]*.01. I have been trying to fix this problem for a while now.

Thank you
 
J

Jeff Boyce

If there's a chance any of your fields could contain a Null, you'll need to
include a way to handle that in your expression. Take a look at the Nz()
function.

Regards

Jeff Boyce
<Access MVP>
 

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

Top