Results 1 to 4 of 4
  1. #1
    kyle is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2011
    Posts
    2

    value calculation

    Here's a simplified version of my problem:

    Material Table:
    -Species of Wood
    -Cost of Species of Wood



    Product Table:
    -Type of Product
    -Amount of Wood Needed
    -Labor Cost of Product

    Order Table:
    - (lookup) Type of Product
    - (lookup) Species of Wood
    - (lookup) Labor Cost of Product
    - (lookup) Cost of Species of Wood * (lookup) Amount of Wood Needed
    - labor cost + cost of wood needed


    I'm having problems with the last table. The function where I'm looking up 2 values and multiplying them together is causing some problems. For inventory purposes I would like to make sure that the material is being used and not lost.

    Does anyone have a sugestion.

    I can provide the files if more information is needed.

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You are not using Lookup Fields are you? http://www.mvps.org/access/lookupfields.htm

  3. #3
    kyle is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2011
    Posts
    2
    I am curently using lookup fields, however I am open to any sugestions.

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    My suggestion is "don't use them". ComboBoxes on forms that look up values is fine, but not at the table level. All they do is nonfuse the programmer.

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

Similar Threads

  1. Calculation Help
    By edge5511 in forum Programming
    Replies: 4
    Last Post: 12-18-2015, 11:11 AM
  2. BMI calculation
    By puush in forum Programming
    Replies: 9
    Last Post: 08-19-2014, 05:05 AM
  3. Need help with calculation please
    By Gabriel984 in forum Forms
    Replies: 6
    Last Post: 09-09-2010, 12:06 PM
  4. Calculation Help
    By ErnieS in forum Access
    Replies: 13
    Last Post: 07-08-2010, 08:35 AM
  5. Calculation
    By thestclair in forum Reports
    Replies: 1
    Last Post: 04-29-2006, 11:03 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