If statements

A

Amy

I am needing a query that says something to the effect
that if the drop down box in one field says "Mobile" it
multiplies a number in another field by $20, but if it
says "other," it leaves the final outfup field empty. Any
thougthts?
 
S

Sangre

I would recommend the following:



IIf (fieldname = "Mobile", (field2*$20), )

Let me know if this works.
 

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