Results 1 to 2 of 2
  1. #1
    tariq nawaz is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Aug 2012
    Posts
    31

    multiple lines per contact in the database[create sub tables etc]

    i have an excel file with multiple contacts per vendor . like for vendor i have 3 contact one for logistics , one for operations and one for billing.


    i want to import them in my access database but what is the easiest way to do that in a way that when i refer them from queries i can select the person and contact detail against that.
    i am a novice to databases and trying to create small application .


    Regards

    A learner

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Have a column in the contacts table for the Category (logistics, operations, billing).

    Data entry/edit should be form/subform arrangement.

    For report could join Vendors and Contacts tables in RecordSource query. If you want only one category then use filter criteria under the Category field. Or instead of joining in query, use report/subreport arrangement.

    The alternative is not to use child table for Contacts. If each Vendor will have no more than the 3 contacts then these could be additional fields in the Vendor table.

    It is a balancing act between normalization and ease of data entry/output.
    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.

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

Similar Threads

  1. Replies: 10
    Last Post: 07-31-2012, 11:02 AM
  2. Queries with multiple tables to create report
    By Solstice in forum Queries
    Replies: 1
    Last Post: 09-22-2011, 02:23 PM
  3. Multiple tables to create one Form??
    By Gravity101 in forum Forms
    Replies: 2
    Last Post: 06-02-2011, 06:37 AM
  4. Replies: 12
    Last Post: 12-17-2010, 05:35 PM
  5. Replies: 1
    Last Post: 08-19-2009, 01:14 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