Results 1 to 2 of 2
  1. #1
    Mcosta is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2012
    Posts
    1

    Working With Monthly Data Updates

    I receive monthly project tracking reports and I'm looking to compare a few things between these monthly updates. I should add I'm new to Access and have been using Excel and dual monitors to manually compare data sets!!! My life might be getting a LOT easier.

    Here's what I'm tracking:


    • I get monthly excel reports that have unique values from a "Project ID"
    • each "Project ID" stays the same every month, but the project status changes from "Installed", "Commitment", "Pre-Commitment", etc
    • Sometimes new projects are added
    • Sometimes old projects disappear from the report
    • A few other columns have numerical data that changes every month as well "Project Cost", "$ Incentive", etc.


    Here's what I'm trying to automate:
    • Find out what Project IDs are new
    • Find out if old Project IDs are missing from the new report
    • Somehow "flag" or identify projects that have status changes
    • Somehow "flag" or identify which numerical values increased or decreased i.e. "Project Cost", "$ Incentive", etc


    Some basic help would be appreciated. Do I create two tables? Do I append the new monthly report to the old one when I import my data, then somehow work with the new information?

    Many thanks!

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    You will need to have two tables and create queries that are joined on the common unique identifier. You can create Left and Right queries that will identify everything in one table and only what matches in the other. In this manner, you can see what has been added or dropped. Using the Query Wizard for unmatched items will also help. In the query, you can create a new field that compares the status fields and indicates if they have changed or remain the same. Same with the costs.

    Now a bit of advise. Get an Access guide and start reading. Access has a steep learning curve and is not as intuitive as Excel. Start here

    This reading is very important and if not followed will cause hours of mental discomfort as you move forward.

    http://www.deeptraining.com/litwin/d...aseDesign.aspx

    Good luck. Post back once you have started and have hit a stumbling point.

    Alan

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

Similar Threads

  1. Replies: 1
    Last Post: 05-23-2012, 05:26 PM
  2. New to ACCESS...need to add up monthly data
    By napsoni in forum Queries
    Replies: 1
    Last Post: 01-27-2012, 01:33 PM
  3. Monthly Data
    By tsorange in forum Database Design
    Replies: 1
    Last Post: 11-09-2011, 02:19 PM
  4. Import data monthly?
    By Japandave in forum Access
    Replies: 5
    Last Post: 11-05-2011, 11:09 PM
  5. working with imported data
    By token_remedie in forum Queries
    Replies: 8
    Last Post: 09-21-2011, 05:52 PM

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