using if and then in expressions

G

gary

How do I put together an expression that if a certain
product cat. starts with these 2 numbers then use ad a
diferent percentage to the unit price.

There are products which are catergorized by the first or
second number in catogory field of my table.

I would like to have my form display a different
calulation in a box if if the first 2 #'s start with this
or mabye even that.

How do I use if and then in a calculated expression.

I greatly appreciate some insight
Thank you!
 
J

Jeff Boyce

Gary

If you are basing your form on a query, then you can use the IIF() function
to create "display" values in your query (and in your form).

(?how is this a tablesdbdesign question?)

Good luck

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