Results 1 to 2 of 2
  1. #1
    joshynaresh is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Aug 2013
    Posts
    131

    Combining data

    Suppose I have two table.
    1. LimitTable


    AccNo Name OutstandingBal
    071 Naresh
    072 Ranjan

    2. TxnTable
    AccNo Debit Credit
    071 5000 3000
    072 3000 2000
    071 10000 8000
    072 5000 3000

    I Want to Update LimitTable as
    3. LimitTable
    AccNo Name OutstandingBal
    071 Naresh 4000
    072 Ranjan 3000
    Note: (Debit-Credit) of same account

    Is it possible in access 2007?
    Please help me how can I do. Thank YouSuppose I have two table.
    1. LimitTable
    AccNo Name OutstandingBal
    071 Naresh
    072 Ranjan

    2. TxnTable
    AccNo Debit Credit
    071 5000 3000
    072 3000 2000
    071 10000 8000
    072 5000 3000

    I Want to Update LimitTable as
    3. LimitTable
    AccNo Name OutstandingBal
    071 Naresh 4000
    072 Ranjan 3000
    Note: (Debit-Credit) of same account

    Is it possible in access 2007?
    Please help me how can I do. Thank You

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    It is possible but saving calculated data is usually a bad idea, especially aggregate data. Calculate when needed.
    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: 14
    Last Post: 07-22-2013, 12:39 PM
  2. Replies: 5
    Last Post: 05-17-2013, 01:07 AM
  3. Replies: 8
    Last Post: 12-21-2011, 05:50 AM
  4. Replies: 2
    Last Post: 05-04-2011, 09:54 AM
  5. Replies: 0
    Last Post: 03-31-2009, 02:05 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