I am developing a form based on a query that joins two tables to display service call information. The customer requesting service is selected from a combo box and then their service records are displayed. If the customer has never requested service the previous customers service records are displayed and I have been unable to create a new record for the selected customer. I am using DCount to see if any records exist for the selected customer and if not a GoToRecord command is executed to create a new record but I keep getting a runtime error telling me that the system cannot find the requested record. The query this form is based is is set up to show all customers but only those service records that match a customer.