Add Table to Select query
From: Mary (Mary_at_discussions.microsoft.com)
Date: 11/29/04
- Next message: anonymous_at_discussions.microsoft.com: "Re: Is it possible to get a report where every column is sorted the way I want i"
- Previous message: Michael Miller: "Re: How to skip the "confirm-question" when running an remove-quer"
- Next in thread: Rick B: "Re: Add Table to Select query"
- Reply: Rick B: "Re: Add Table to Select query"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Nov 2004 11:21:05 -0800
I have a select query with the following statement:
SELECT DISTINCT Customers.CustomerName, Customers.Type,
Customers.GlobalName, Customers.Email, GlobalCompare.ImportedCustomerName
FROM GlobalCompare INNER JOIN Customers ON
GlobalCompare.ImportedCustomerName Like Customers.CustomerName & "*"
ORDER BY Customers.Type, Customers.CustomerName
WITH OWNERACCESS OPTION;
There is a new Table which also has the CustomerName field. How can I
include the CustomerName field from the new table in this query?
Thank you,
Mary
- Next message: anonymous_at_discussions.microsoft.com: "Re: Is it possible to get a report where every column is sorted the way I want i"
- Previous message: Michael Miller: "Re: How to skip the "confirm-question" when running an remove-quer"
- Next in thread: Rick B: "Re: Add Table to Select query"
- Reply: Rick B: "Re: Add Table to Select query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|