I have a report based on an SQL query. It doesn't give the results I want.
Here's the query.
SELECT ContactID, Name, Salutation, Title, Company, [Address Line 1], [Address Line 2], [Address Line 3], [Address Line 4], [Postal Code] from Person where Person.ContactID=Order.InvoiceContactID
What's wrong with this?
Cheers
James
Here's the query.
SELECT ContactID, Name, Salutation, Title, Company, [Address Line 1], [Address Line 2], [Address Line 3], [Address Line 4], [Postal Code] from Person where Person.ContactID=Order.InvoiceContactID
What's wrong with this?
Cheers
James