Results 1 to 2 of 2
  1. #1
    LanieB is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Nov 2011
    Posts
    54

    Talking Store calculated results from my query in my table

    HELLO!!!



    I'm working with 07 so I can't use the calculated fields option in my table, SO. I have a form where they enter all the information, it then does all the calculations in my query.

    Is there a way to push those calculated results from the query back into a table?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Why would you need to? Could the calculations be done whenever needed? A principle of relational database is 'save raw data, do calcs in reports'.

    Options:

    1. UPDATE sql action

    2. If the fields are included in the form's RecordSource, use VBA code in some event (perhaps a button click) to populate the fields:
    Me!fieldname = Me.textboxname
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 3
    Last Post: 06-26-2012, 02:54 PM
  2. Replies: 3
    Last Post: 03-03-2012, 10:39 PM
  3. list files recursively and store results in array
    By maxbre in forum Programming
    Replies: 2
    Last Post: 11-10-2011, 01:49 AM
  4. Replies: 0
    Last Post: 02-24-2010, 12:56 AM
  5. Replies: 0
    Last Post: 09-25-2006, 03:42 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