Results 1 to 3 of 3
  1. #1
    mdnikki is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Oct 2012
    Posts
    63

    Can I calculate a percentage increase in a table?

    So I am trying to calculate a percentage increase in a table.

    We have a field % Family Participation
    We want to see a 10% increase this year in participation



    So I want to use the field % Family Participation and add 10% to it to get a new field which will be 2021 Participation Goal

    I can do this in a query but hoping I can accomplish this in a table.

    Any help is appreciated.

    Nicol

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,527
    tables do not calculate. only queries. (and forms)
    the form can show the data in the table and have controls that can calculate using the fields.

    i use queries. Q1 to get the %. then a form or Q2 to get the change in %.

  3. #3
    ssanfu is offline Master of Nothing
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    It sounds like you have table design issues.

    First, you should NOT use spaces in object names
    Second, you should not use punctuation or special characters in object names (example: %)
    Third, you should have a field in a table for "ParticipationGoalPct" and a field for "ParticipationGoalPctYear"

    Without seeing your table designs, it is hard/difficult to make more suggestions.


    Good luck with your project..........

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

Similar Threads

  1. Percentage increase / Decrease
    By DeanMcK in forum Queries
    Replies: 3
    Last Post: 05-21-2020, 11:51 PM
  2. Query to calculate conversion percentage
    By aparnawangu in forum Queries
    Replies: 2
    Last Post: 09-27-2016, 05:12 AM
  3. Replies: 5
    Last Post: 12-17-2010, 11:06 AM
  4. How to calculate a percentage on form
    By jrockusa in forum Forms
    Replies: 1
    Last Post: 03-31-2010, 01:53 PM
  5. Use report to Calculate sum and percentage
    By bangemd in forum Reports
    Replies: 3
    Last Post: 05-28-2009, 12:01 PM

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