View Single Post
  #2  
Old October 26th, 2009, 06:13 PM posted to microsoft.public.access.forms
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Check box Controls

Tax_Due: IIF([Tax_Check_Box] = -1, [Price] * [Tax_Rate]), 0)

--
Build a little, test a little.


"mrbernh" wrote:

I am a serious novice with access.

So my question is I am creating a simple program to calculate sales tax on
work completed. I want to have a check box that controls the tax on items as
some items are not taxable and some are I want the check box to either add
the tax or not to. How do I set the controls to due so?

Mike