Results 1 to 2 of 2
  1. #1
    AndrewCoy is offline Novice
    Windows 7 Access 2007
    Join Date
    Jul 2010
    Posts
    1

    Simple Question...I hope


    I am new to access, I need a way to track customer information and invoices. I am pretty happy with the "Time and Billing" template and have customized it to my needs, the only thing that I can't seem to figure out how to do is to be able to somehow calculate tax on the invoices.

    Any help is greatly appreciated!

  2. #2
    Datagopherdan is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Dec 2008
    Posts
    220
    Theres a number of ways that you can do this. We'll start out if you're computing state taxes where taxes will vary.

    1. Make a tax table with a TaxID, State, and Tax % Amount. Set the Tax ID as your primary key.
    2. If you already have a state field in the customers table, change it to numeric and then set a one to many relationship between the TaxID in the Tax table and the state field in the customers table.
    3. On your forms, you would change the "State" field to a drop-down for the customers.
    4. In your query, you would have both these tables and your calc would be something like TotalTax:nz([TotalSale] * nz([Tax %]). You would use this in your report.

    You can do the same type of logic for federal tax too where you would have a table and set relationships. You would probably do this on a yearly basis.

    Quote Originally Posted by AndrewCoy View Post
    I am new to access, I need a way to track customer information and invoices. I am pretty happy with the "Time and Billing" template and have customized it to my needs, the only thing that I can't seem to figure out how to do is to be able to somehow calculate tax on the invoices.

    Any help is greatly appreciated!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. simple linking question I hope
    By wing8lc in forum Queries
    Replies: 4
    Last Post: 01-21-2010, 03:13 PM
  2. Simple question
    By KenM in forum Queries
    Replies: 1
    Last Post: 11-10-2009, 03:32 PM
  3. Simple question?
    By roads.zx in forum Access
    Replies: 0
    Last Post: 10-15-2009, 04:56 PM
  4. Simple combo box question
    By laqa in forum Queries
    Replies: 9
    Last Post: 08-03-2009, 08:32 AM
  5. Very simple question!
    By fiddley in forum Programming
    Replies: 2
    Last Post: 04-28-2009, 02:16 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums