Results 1 to 3 of 3
  1. #1
    tia is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Oct 2011
    Posts
    12

    Save Calculated Values From Form to Table


    How do I store calculated values from form to table without making a query? In few of my fields I have expressions and every time I save it only the data I filled in will be saved in the table but not the calculated ones. Thank YOu.

  2. #2
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    In general, calculated values are not stored in tables, but calculated on the fly when they are needed in forms, reports or queries.

  3. #3
    Fatti is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Dec 2011
    Posts
    18
    I had 6 columns, one for each round and another column for the total. The form was based on a datasheet and I coded the form to do the calculation upon the Focus event.

    This way it automatically enters the value into the field and saves the values calculated into the table.

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

Similar Threads

  1. Replies: 11
    Last Post: 07-24-2012, 07:50 PM
  2. Replies: 9
    Last Post: 01-20-2011, 02:22 PM
  3. save data calculated, using query or report
    By victor in forum Programming
    Replies: 1
    Last Post: 08-03-2010, 08:49 AM
  4. Replies: 3
    Last Post: 04-04-2010, 05:26 PM
  5. Update table from calculated field in a form
    By BernardKane in forum Forms
    Replies: 3
    Last Post: 11-28-2006, 09:48 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