Results 1 to 4 of 4
  1. #1
    kbay808 is offline Novice
    Windows XP Access 2007
    Join Date
    Mar 2013
    Posts
    2

    How to manage a notes table with a weekly imported main table?


    I have a main table that is imported weekly from another Access DB which I have no control of. I also have a new table with a notes field and a product ID field. The issue is the product ID field in the main table is constantly growing. When I created a query with all of the fields from the main table and the notes field from the notes table I could not enter any data into the notes field unless the product ID was already listed in the notes table. Is there a way to make a query update the notes table or a macro to add the missing product IDs from the main table to the notes table?

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    You should research Normalization and 1 to Many Relationships. Your issues seem to be related to some basic concepts/principles of database.

    The 1 to many is similar to Parents and Children. Before you can add a Child, you need to have a Parent.

    In your case you can not add a Note to a Product unless the Product already exists.

    You might get a lot of "quick info/experience" by working through the tutorial at
    http://www.rogersaccesslibrary.com/T...lationship.zip

    It starts with some business rules/facts, creates some tables, does Normalization; then creates Relationsghips leadin to a properly structured database. Try it -- you'll learn a lot of the concepts that apply to your current issue.
    Good luck.

  3. #3
    kbay808 is offline Novice
    Windows XP Access 2007
    Join Date
    Mar 2013
    Posts
    2
    Thanks for the info

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Sooner or later you will meet up with this general approach. Better to get into it with a real issue in order to focus.
    Good luck.

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

Similar Threads

  1. customer form with notes from a linked table
    By dcorleto in forum Database Design
    Replies: 7
    Last Post: 01-05-2013, 03:20 PM
  2. Replies: 8
    Last Post: 03-22-2012, 08:48 AM
  3. Replies: 2
    Last Post: 08-01-2011, 11:35 PM
  4. updating an imported table
    By cmul in forum Access
    Replies: 3
    Last Post: 08-20-2010, 03:24 AM
  5. Import Lotus Notes address book into a MS Access table.
    By acheo in forum Import/Export Data
    Replies: 0
    Last Post: 02-19-2007, 02:43 PM

Tags for this Thread

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