Results 1 to 2 of 2
  1. #1
    Rasha is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2014
    Posts
    12

    a function in specific field


    how can i make a specific field to be a sum of many other Fields in design table with out using codes

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    Calculations should be handled at the query level, not at table level. Tables should just store raw data, not calculations.

    Access added the ability to store calculations at the table level with Access 2010 (see: http://office.microsoft.com/en-us/ac...101820564.aspx), but many serious programmers think this is a bad idea and don't use it. One reason is because all the other relational database programs (like SQL, mySQL, Oracle) don't allow this, so if you ever had to to convert your Access database to one of these, you would have problems. And it kind of goes against the concept of how relational databases are supposed to work.

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

Similar Threads

  1. Replies: 7
    Last Post: 02-20-2014, 02:34 PM
  2. Replies: 5
    Last Post: 05-25-2012, 05:57 PM
  3. Replies: 2
    Last Post: 03-30-2012, 07:39 AM
  4. Find specific value in any field
    By bkvisler in forum Queries
    Replies: 8
    Last Post: 12-08-2010, 04:23 PM
  5. Replies: 15
    Last Post: 02-16-2010, 10:58 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