I have a query which utilized the having clause like this:
Select ...
From ...
Group BY Account, ...
Having Account IN (1000, 2000, 3000)
This query worked.
What I want to be able to do is to use a function to return the values in the IN sub-clause. Could this be done in Access SQL?
I am...
Hi,
This question has came up once on July 2004, but no conclusive answers were given.
How would I set referencial intergrity in the relationship window if my tables use 2 fields combined as a compound primary key. (ie, PurchaseNumber & ItemNumber).
I know how to set the relationship, but 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.