Results 1 to 5 of 5
  1. #1
    pichon is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Posts
    4

    DB to calculate ceramic glazes

    I am pretty new to Access and I am not sure if what I want to do is possible.

    What I have is a list of substances and their ingredients. Many substances contain differing amounts of the same ingredients.

    I want to make ceramic glazes with many substances in them and know what the total is of each ingredient.

    Example: My glaze has 2 substances in it. Substance A is made of 30% lead and 70% iron. Substance B is 20% titanium and 80% iron.

    So I want to type in that my glaze needs substance A and substance B and have it tell me the total amounts of lead, titanium, and iron that will be in that glaze.



    I would like to have all of my common substances in a table with their ingredients and quantities so that all I need to do is type the name of the substances into a list and have it call up the data for that substance and calculate the answers from which I can create a report.

    I hope this makes sense.

    Thanks.

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    yes it makes sense and can be done.

    first you need a list table of those 'metals' ; iron, etc. 1 column table

    then you need a Substance table; have an ID column that is autonumber & primary key, then Name (A, B, C,) column, Metal column, MetalAmount column

    The Metal column make to be a LookUp field in its table property - and the wizard will help point you to your first table; doing this will avoid having to retype in the metal each time.

    With this Substance table you will have for instance:
    1 A Lead .3
    2 A Iron .7
    3 B Titanium .2
    4 B Iron .8

    With this set up - you'll be able to then sort, do sums, reports etc - grouping around the Substance or the Metal or whatever you need....

  3. #3
    pichon is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Posts
    4
    I pppreciate it NTC, I think I get it.

    ManyThanks

  4. #4
    pichon is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Posts
    4
    I have a question about the substance table and what columns to create. The best way to describe it is to give you another example.

    Example: Nepheline Syenite has these ingredients in these quantities;

    potassium .220
    sodium .713
    calcium .056
    magnesium .011
    alumina 1.03
    iron .002
    silica 4.555

    Nepheline Syenite has a total molecular weight of 450.5.

    This substance will always have these properties. When I make a glaze which has Nepheline Syenite in it, I will need all of this info displayed as well as the ingredients in the other substances with their ingredients and quantities shown as well. I will also need the molecular weights listed for each substance.

    How should I make this table so each substance will be associated with the appropriate quantity of all of the ingredients for that substance? Do I put a Metal A column and a Metal A Amount column, Metal B, Metal B Amount etc. for each substance?

  5. #5
    pichon is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Posts
    4
    Does anyone know?

    Thanks.

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

Similar Threads

  1. Calculate average in a query
    By srbooth in forum Queries
    Replies: 1
    Last Post: 02-20-2010, 09:41 AM
  2. calculate no. of working days
    By JOSE LUIS in forum Access
    Replies: 1
    Last Post: 02-01-2010, 03:55 PM
  3. Calculate avg in a report
    By bob006 in forum Reports
    Replies: 1
    Last Post: 11-18-2009, 06:31 PM
  4. How to calculate number of weeks
    By FeatherDust in forum Queries
    Replies: 0
    Last Post: 09-18-2009, 02:50 PM
  5. calculate holidays
    By barkarlo in forum Queries
    Replies: 0
    Last Post: 12-20-2006, 06:08 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