Minimum charge

G

Guest

TY So Much!!! :)
-----Original Message-----
Try this as the Control Source for the field:

=IIF([Miles]*[ContractRate]<500,"500",([Miles]*
[ContractRate]

this simply says that if the total is less than 500, enter
500; otherwise, enter the actual miles times contract rate
-----Original Message-----
I am a beginner Access user. I cannot write code so I put
statements in the 'control source' section of the
properties in order to get the results I want.

My problem is that I have a unbound calculated field in my
report to determine '[Miles]*[ContractRate]' however if
that resulting number is less than a certain number (say
500) I would like the 500 to be displayed instead of the
originally calculated number.

Can anyone recommend a statement that would make this
result? TYIA

Chelle :)
.
.
 

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