Results 1 to 5 of 5
  1. #1
    cperry88 is offline Novice
    Windows 8 Access 2010 32bit
    Join Date
    Nov 2013
    Posts
    9

    Competitor Intelligence Database


    I am working on creating a database that stores competitor information. One of the fields in my competitor products table is Price. The price point for competitor products changes periodically and I would like to store this trend. Do I have to add new fields every time I receive new pricing information (ex. Fields 'Price-2011', 'Price-2012', 'Price-2013') or am I able to update my sole Price field and have it store the data from prior dates? In other words, can I store the price of their product for 2011 and update that for 2012, without losing my data point for 2011?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Not new fields, new records. Probably need a field for EffectiveDate or ActiveYN.
    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.

  3. #3
    cperry88 is offline Novice
    Windows 8 Access 2010 32bit
    Join Date
    Nov 2013
    Posts
    9
    Thanks June7.

    Still a little foggy. As an example let's say I have the following fields and records:

    Part Price Effective Date
    XYZ $120.59 2/2/2011

    I have now obtained pricing for XYZ that shows it has decreased to $115.50 with an effective date of 5/1/2013. Am I able to, without adding new fields, update the $120.59 record with the new price point, and still have the $120.59 stored in the Price field? Maybe I am not understanding how the Effective Date field operates. My main goal is to be able to look 9 months down the road at a report that shows the trend of XYZ product's price levels, without needing a new field generated every time new pricing information is received (in this example Price - 2/2/2011 and Price - 5/1/2013).

    Thanks

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    You would not 'update' the $120.59 record, you would have two records for XYZ.

    This should not affect existing orders already associated with the $120.59 price.

    The EffectiveDate field just tells you which is the later price. This can be used to limit choices in a combobox, although a Yes/No field would be easier to filter with.

    The EffectiveDate field will also be useful to build a graph with.
    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.

  5. #5
    cperry88 is offline Novice
    Windows 8 Access 2010 32bit
    Join Date
    Nov 2013
    Posts
    9
    Hey June7,

    Thanks - I believe I understand now. I was trying to avoid duplicating records for part XYZ but I see where that cannot be avoided when discussing price changes and the need to see that trend. You've helped immensely. Thanks a lot.

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

Similar Threads

  1. Replies: 4
    Last Post: 11-27-2013, 09:51 AM
  2. Virus or lack of intelligence?
    By psbailey42 in forum Access
    Replies: 1
    Last Post: 09-04-2013, 10:37 AM
  3. Replies: 4
    Last Post: 08-21-2013, 07:08 AM
  4. Replies: 2
    Last Post: 01-28-2013, 04:42 PM
  5. Replies: 3
    Last Post: 05-15-2011, 10: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