Results 1 to 2 of 2
  1. #1
    Duncan is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Oct 2010
    Posts
    71

    Combining multiple tables

    Hi,
    I have 24 tables for different student subjects with 10 fields in each. All the fields in each table have the same headings and each field has combo boxs (multi-valued fields) with different data in each to select from. The only similarities (links) between the tables are student numbers. For example; a student with ID 1234 could access 3 out of the 24 tables making selections from the combo boxs (thus they only do 3 out of the possible 24 subjects on offer). I have produced the user interface forms from the tables etc.


    What I need to do and can’t is have all the data from all the tables dump into the one table then I can query the table and extract (group) the students answers under their one student name. I have tried Union queries and appending and SQL but all seem not to be able to work with multi-valued fields (combo boxs). I’m new to access and teaching myself as I go.
    Cheers Duncan

  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,726
    You require changes to you current data structures(tables) and relationships.
    Get your structures designed before you get into the nuts and bolts of Access.

    You need to do some research on Normalization.
    See the links at this site for Normalization and Entity Relationship diagrams
    http://www.rogersaccesslibrary.com/forum/topic238.html

    There are a number of models related to Students here. You may be able to use parts of these in your project.
    http://www.databaseanswers.org/data_models/index.htm

    Get rid of the Table level lookups see http://www.mvps.org/access/lookupfields.htm

    Good tutorial here http://www.databasedev.co.uk/student...ata_model.html

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

Similar Threads

  1. Combining Tables into one table
    By softspoken in forum Access
    Replies: 2
    Last Post: 04-22-2010, 02:37 PM
  2. combining 2 tables
    By psrs0810 in forum Access
    Replies: 11
    Last Post: 01-07-2010, 08:55 AM
  3. Combining Tables
    By king_bowzow in forum Queries
    Replies: 0
    Last Post: 08-05-2009, 10:15 AM
  4. Replies: 1
    Last Post: 06-21-2007, 01:02 PM
  5. Help combining 3 tables
    By luscioussarita in forum Queries
    Replies: 1
    Last Post: 12-14-2005, 03:22 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