I'm using MS Access during development so I guess there are some differences between Ansi and the MS Jet engine....
I found the solution using Group BY, although it will be a tough quest to integrate it with the rest of my (quite extensive) query...
SELECT c.CustomerID
FROM Customer c...
Thnks again, but I get an syntax-error. As i'm not sure how the actual syntax should look...?
what I tried is the exact code you provided in the example...any last tweaks?!
Bart
Hi!
OK, somehow I got a blackout trying to formulate an answer for this question...I have 2 tables (actually many more, but for this they are irrelevant), say
- customer
- order
the tables are joined by customerID. Within the order-table I use itemID to refer to the item bought.
How would I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.