Datasets
Query(s)
SELECT Customer.[Customer Name], Customer.[Contact First Name], Customer.[Contact Last Name], Customer.[Contact Title], Customer.Address1, Customer.[Contact Position], Customer.City, Customer.Region, Customer.[Postal Code], Customer.[Last Year's Sales], Customer.Address2, Customer.Country
FROM Customer Customer
WHERE ((Customer.Country = 'USA') OR (Customer.Country = 'Japan') OR (Customer.Country = 'China') OR (Customer.Country = 'Canada') OR (Customer.Country = 'France') OR (Customer.Country = 'Italy') OR (Customer.Country = 'Australis'))