I am relatively new to Access and have just spent the better part of this day trying to find a solution (if there is one)I have 4 tables with a User ID relationship (information is received from an on line form) If there is no information entered into one of the 4 tables the query does not get the results of that User Id information from the other 3 tables. Example: We have 100 customers fill out a 4 page form. Each page is stored in a separate table. When I execute my query it results in only 46 customers. If a customer blows past any one of the 4 pages the query will not pick up that customer's information. What is the work around for this situation? I've tried changing the way the tables are "joined", tried "is null" criteria, tried separate queries on each table and then a query on these queries all with the same results!!!