Results 1 to 6 of 6
  1. #1
    jennie999 is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    3

    Unhappy Data in table but not in form or query

    Hi - I have created an access database (2003)
    • I have 3 tables - person, tester and tests
    • the database is designed to create fitness tests - for people in the person table - by testers - in the testers table - and the tests table hold the dates and results of the tests
    • I have created a form - using the wizard but am not seeing any data in the form - I imported 600+ records into the person table - from excel
    • I also created a query - but cannot see any data (from the person table - in the query
    • I created relationships on one to many from the testers to the test data and one to many from the person to the test data
    Can you advise me if I have completed the basics so far ok - but why I am not seeing the data (from the person table) in the query or the form

  2. #2
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    you do not have the right query

  3. #3
    slave138's Avatar
    slave138 is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Oct 2010
    Location
    WI
    Posts
    233
    Can you post the query? It might help determine why no records are being returned.

  4. #4
    jennie999 is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    3
    Hi The sql is

    SELECT Personnel.[First Name], Personnel.Surname, Personnel.Station, Personnel.Role, [Tests Data].Test_Date, Testers.[Tester Name]
    FROM Testers INNER JOIN (Personnel INNER JOIN [Tests Data] ON Personnel.Person_ID = [Tests Data].Person_ID) ON Testers.Tester_ID = [Tests Data].Tester_ID;

    Although I am building not using sql

  5. #5
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    You don't get any record return because you don't have match data in other 2 tables.

  6. #6
    jennie999 is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    3
    Ok - I prob don't have the right joins and primary keys set up

    I have let access create a primary key on person id, tester id and test id - and linked the person id and tester id to the test id in relationships window

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

Similar Threads

  1. Populating a form with table data!
    By Extracash in forum Forms
    Replies: 6
    Last Post: 09-13-2010, 05:47 AM
  2. Data from Form to Table
    By t_dot in forum Forms
    Replies: 3
    Last Post: 08-11-2010, 11:16 AM
  3. Updating data within a form/table.....
    By softspoken in forum Forms
    Replies: 3
    Last Post: 04-15-2010, 06:33 PM
  4. Replies: 9
    Last Post: 02-19-2010, 12:07 PM
  5. Form data not populating in table
    By sabrown in forum Forms
    Replies: 0
    Last Post: 08-27-2009, 08:19 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