Results 1 to 2 of 2
  1. #1
    quigongrim is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    5

    Formula's in Queries

    I've made a query for my sales database. It finds all the items under a particular manufacturer, and how many items they have sold.

    I need to create a formula (inside the query if possible) to do the following:



    FIELD = ((TRADE PRICE * QTY)-VAT)

    Does anyone know how I do this?

  2. #2
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    select ((TRADE PRICE * QTY)-VAT) as FIELD , otherfieldlist from tablename ...

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

Similar Threads

  1. Need Help with Queries
    By mulefeathers in forum Queries
    Replies: 2
    Last Post: 05-24-2010, 11:37 AM
  2. Queries
    By MeganDoak in forum Queries
    Replies: 3
    Last Post: 04-22-2010, 12:13 AM
  3. how i can run a sum queries
    By ahmed-aljawad in forum Queries
    Replies: 3
    Last Post: 04-17-2010, 11:06 AM
  4. Replies: 5
    Last Post: 02-08-2010, 06:12 PM
  5. need help with queries
    By gromit95 in forum Queries
    Replies: 1
    Last Post: 02-06-2009, 06:50 AM

Tags for this Thread

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