A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Check box Controls



 
 
Thread Tools Display Modes
  #1  
Old October 26th, 2009, 06:42 PM posted to microsoft.public.access.forms
mrbernh
external usenet poster
 
Posts: 5
Default Check box Controls

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
  #2  
Old October 26th, 2009, 07: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

  #3  
Old October 27th, 2009, 12:18 AM posted to microsoft.public.access.forms
mrbernh
external usenet poster
 
Posts: 5
Default Check box Controls

Where does this get entered?

"KARL DEWEY" wrote:

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

  #4  
Old October 27th, 2009, 05:09 AM posted to microsoft.public.access.forms
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Check box Controls

Open query in desogn view and place in a blank column of the field row of the
grid.
--
Build a little, test a little.


"mrbernh" wrote:

Where does this get entered?

"KARL DEWEY" wrote:

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

  #5  
Old October 28th, 2009, 10:01 PM posted to microsoft.public.access.forms
mrbernh
external usenet poster
 
Posts: 5
Default Check box Controls

When enter it works, but it asks me what the parameter value is instead of
opening the data sheet.

"KARL DEWEY" wrote:

Open query in desogn view and place in a blank column of the field row of the
grid.
--
Build a little, test a little.


"mrbernh" wrote:

Where does this get entered?

"KARL DEWEY" wrote:

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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:15 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.