Results 1 to 2 of 2
  1. #1
    Erictsang is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    154

    Data handling

    Dear all



    I have a question that confused me

    a) I have a master file for sales and product
    b) i have use this master file for query to filter the field that i can and do calculation , sales x qty
    c) a calculation field is created
    d) Am i right that i should not put that "calculated result back to the master?

    e) it is not a good idea to put all fields created back to the Master

    Eric

  2. #2
    JoeM is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    That is correct. Anything that can easily be calculated "on-the-fly" should not be stored back to the master table.
    Just leave it as a calculated field in a query.
    There usually is no reason to store it back to the original table, as you can use a query for pretty much anything that you would use a table for (Exports, Forms, Reports, etc).
    The one exception I see if if you have ever changing data, and want to capture its value at a particular point in time (historical archiving).

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

Similar Threads

  1. Replies: 2
    Last Post: 12-19-2016, 07:30 PM
  2. Error Handling
    By Grant Shea in forum Programming
    Replies: 2
    Last Post: 08-30-2016, 11:57 AM
  3. Method for handling data across several dates
    By Grady in forum Database Design
    Replies: 2
    Last Post: 07-21-2016, 10:27 AM
  4. best practice for handling redundant data?
    By merlin777 in forum Database Design
    Replies: 3
    Last Post: 09-21-2015, 08:32 AM
  5. Handling Historical Data with different assignments
    By crimedog in forum Database Design
    Replies: 5
    Last Post: 12-12-2013, 09:43 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