Hi there! I have a number of tables in my database. The main table is called Clients with a ClientID set as the primary key (autonumber). I have an number of tables such as Mobility, Communications and Assistive. Each of these tables has the ClientID field in them (set as number) and a ID field of their own (set with autonumber). In the relationships box I have each of them connecting to the main table via the ClientID field. Seemed to work great. Here's my problem. I created a query that shows all four tables. I pull down ONLY the clientID field from the Clients table and pull ALL field (except for the ClientID field) from the other three tables. It seemed to work great but what I just discovered is that it is not bringing me back complete data. For example, the Assistive table only has 29 records in it, with the communication table having 78 and the mobility table having 70. When I place all three in the query it only shows me the 29 entries from the Assistive table. It doesn't seem to matter which two or more I put in the query - it will only actually bring me back records from one of the tables. This is a HUGE problem! I'm completely stumped and have to have it working tomorrow!