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,
To create a compound primary key:
1). Go to table design.
2). Select the Index icon.
3). Define a list of field names (in the field name column) to be included in the compound primary key in the order you like. This list of field names will then act as one primary key name.
4). Now you...
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.