+ Reply to Thread
Results 1 to 4 of 4

Add Weekly Data to Master

  1. #1
    Forum Contributor
    Join Date
    06-16-2008
    Posts
    287

    Add Weekly Data to Master

    Hi, i am currently working on a database that will allow me to view weekly stats for upto a 1000 queues. Currently I have managed to build the 2 tables, 1st is the MASTER DB (showing all queue details) and the 2nd is a temp table that links a source file ( exported table) to the MASTER DB to show 1 weeks worth of data.

    The problem i have is that i would like to add each weeks data to the MASTER DB in order to view a months worth of data but im not too sure how i can do this?

    if somebody could please help, would really appreciate it.

    Thanks in advance.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,939

    Re: Add Weekly Data to Master

    I suggest you use a query of the detailed table to extract the specific data you desire. This is the beauty of the power of Access. Use queries to get the information out of the tables. Creating and putting the same data in multiple tables violates the db normalization laws. First step in building a db is to make sure it is normalized. If you need some information on normalization, post back and I will lead you to a very good white paper.

    Alan

  3. #3
    Forum Contributor
    Join Date
    06-16-2008
    Posts
    287

    Re: Add Weekly Data to Master

    alansidman, thanks for your response, really appreciate it. would you suggest that after i have ran the weekly data (temp table) then save this down with the Week Ending on a weekly basis and then having a ready made query that would combine the MASTER DB to the Weekly Data?

    Btw would be happy if you could provide info on normalization.

    Thanks in advance once again.

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,939

    Re: Add Weekly Data to Master

    Here is the link on the white paper on data normalization
    http://forums.aspfree.com/microsoft-...es-208217.html

    As to your other questions, why save the query data, when you can run it at any time. That is how Access and other dBs should be employed. Keep your raw data in a table. Query the table(s) as you need the information. The mindset of a Master table and sub table makes no sense in a database. That is spreadsheet mentaility. If you want to succeed in using a relational data base, you need to lose the spreadsheet mentality when working in the dB.

    I also urge you to Google "MS Access Normalization" and read as much as possible about this concept. Once you grasp this, it will make your work in Access easier.

    I hope all this makes sense to you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1