S
Sherry
I am trying to write a formula in a subform. The basics of
the formula are, if a Yes/No field is Yes, add tax, if the
Yes/No field is No, add 0.
I have these fields:
[Amount](This field data is input by the user)
[Taxable Item](This is a Yes/No field, determined by a
checkmark.
[If Taxable Item, Add Tax] (Formula in this field
reads: "IIf[Taxable Item?]=Yes, [Taxable Item]*.07" This
then returns what the tax amount would be.)
[Total Amount] )Formula in this field reads "[Taxable
Item?]+[If Taxable Item, Add Tax]")
This works like a charm if the Taxable Item field is
checked yes. If it is not checked, it will not return any
value in the If Taxable Item, Add Tax field or the Total
Amount field, and will not allow manual entries into
either of those fields.
Yes, I know my formula is not complete, but I have tried
to complete it as follows:
IIf[Taxable Item?]=Yes,[Amount]*.07, IIf[Taxable Item?]
=No, 0)
I am certain what I want to do here will work, if only I
can find the correct syntax. Can anybody please help me???
I need to have this project completed by the end of next
week.
If you think you can help, please feel free to email me
for more questions! Thanks! Thanks! Thanks!
the formula are, if a Yes/No field is Yes, add tax, if the
Yes/No field is No, add 0.
I have these fields:
[Amount](This field data is input by the user)
[Taxable Item](This is a Yes/No field, determined by a
checkmark.
[If Taxable Item, Add Tax] (Formula in this field
reads: "IIf[Taxable Item?]=Yes, [Taxable Item]*.07" This
then returns what the tax amount would be.)
[Total Amount] )Formula in this field reads "[Taxable
Item?]+[If Taxable Item, Add Tax]")
This works like a charm if the Taxable Item field is
checked yes. If it is not checked, it will not return any
value in the If Taxable Item, Add Tax field or the Total
Amount field, and will not allow manual entries into
either of those fields.
Yes, I know my formula is not complete, but I have tried
to complete it as follows:
IIf[Taxable Item?]=Yes,[Amount]*.07, IIf[Taxable Item?]
=No, 0)
I am certain what I want to do here will work, if only I
can find the correct syntax. Can anybody please help me???
I need to have this project completed by the end of next
week.
If you think you can help, please feel free to email me
for more questions! Thanks! Thanks! Thanks!