Hi I am still struggling with my database. I have 3 tables. Customers, Vehicles and Invoicing.
My relationships are Customers to vehicles one to many and Customers to Invoicing one to many both linked via Customer ID. I then have a one to many relationship between vehicles and invoicing linked via vehicle reg.
What I would like is a query to look at all invoices but for the query to show the vehicle information tied to that invoice and possibly the customer that has or had that vehicle.
If I design a select query based on the invoicing table, it only shows invoices. If I add the vehicle table, it returns blank results. If I change the join, I get results but the vehicle fields are blank. Any ideas as to what I am doing wrong?