Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2006
    Posts
    1

    how can i access many table to one form

    i hope u can understand me ( i dont speak english very well ,but i can understand u)



    i have many table without relation, and i dont want to make a relation bucause there isn't need to

    all the tables are the same ( store student data for each year)

    the tabel fields are
    student name , art , geography , history , math , ,,,

    i want to make one form access to these table by chooseing them in listbox which store the name of table( t_1999 , t_2000 , t_2001 ,,,,) and click a button to change the recordsource

    now i do this manually ( goto disign view and change the recordsource of the form and Data)

    is ther a way to do this?
    thank u for help

  2. #2
    Join Date
    Jun 2005
    Location
    Northampton, England
    Posts
    14
    You need to create a Union Query from your students tables. Run a Make Table query based on the Union Query, then base a form on the Make table query. By the way, you should not have the same data in different tables. There is no reason why the data cannot go in one table! Makes it far easier for queries.

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

Similar Threads

  1. Replies: 3
    Last Post: 10-30-2013, 11:42 AM
  2. Replies: 0
    Last Post: 11-11-2008, 07:15 AM
  3. Replies: 0
    Last Post: 10-04-2008, 11:14 PM
  4. Replies: 0
    Last Post: 06-30-2006, 09:00 AM
  5. link excel form to access table
    By data123 in forum Import/Export Data
    Replies: 6
    Last Post: 06-23-2006, 10:17 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