In access how do I calculate a field and also enter in info?

M

Midgloves

I am using this formula ([FOB+AdditionalFee])*.05. In my form view I want to
be able to just insert zero instead of doing the calculation. Is this
possible?
 
R

Rick B

You want to insert zero instead of doing the calculation under what
circumstances?

Put an if statement in there to display either zero, or your calculated
value based on the result of your IF statement.
 
Top