New IIF Statement

Joined
May 3, 2006
Messages
5
Reaction score
0
Well, I got a IIF statement working on how to solve the price of a booking system I do. Well now I have a field in a Booking table called service. In service the user can pick a Masseur or personal trainer. How would I create a query that say adds a price to the current price if a service is picked. Remember the service field is a drop down list. Here is my current query:

Expr1: IIf([Service]="Personal Trainer",Format([Prices]+6))

But that doesn't work. Help please? ;-)
 

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