dkuntz
03-25-2002, 02:14 PM
I'm not too sure how to get started on this, any help would be greatly apreciated!
I am working with 2 different tables: Customers and Transactions
From the Customer table I need to show the [Cust#],[Name] and [CreditType]. From the Transactions table I need to show the last [OrderDate].
I need to show Customers who have NOT placed an order within a certain date parameter. If they have placed an order within my specified date parameter I don't need to show that info.
This won't do a search of ALL our Customers because I have it narrowed to just "A" CreditType customers.
Let me know if I need to better explain anything. Thank you!!
I am working with 2 different tables: Customers and Transactions
From the Customer table I need to show the [Cust#],[Name] and [CreditType]. From the Transactions table I need to show the last [OrderDate].
I need to show Customers who have NOT placed an order within a certain date parameter. If they have placed an order within my specified date parameter I don't need to show that info.
This won't do a search of ALL our Customers because I have it narrowed to just "A" CreditType customers.
Let me know if I need to better explain anything. Thank you!!