Iamrickdeans
Registered User.
- Local time
- Today, 12:54
- Joined
- Apr 8, 2013
- Messages
- 29
Again Thanks in advance to the communities help in furthering my understanding and learning of access...
After some helpful replies in regards to the DCOUNT function I am still having troubles...
So I can get my formula to work with
=DCount("*","Client","[StockTypeCIT] = 'ROCK'")
This gives me a count on the total number of products that I am argumentally calling 'Rock' however I am trying to use the active account number on a form to count only the products called 'Rock' for that particular active client.
What I have been trying is variants of
=DCount("*","Client","[StockTypeCIT] = 'Rock' And [Client Account NumberStock]= '[Active Client Account Number]'")
FYI [Active Client Account Number] is the field name for the active account number on my form...
I the numerous versions of this all provide me with multiple errors any help as I say appreciated I guess it is the arrangement or the formatting of the latter part but I am lost!
Thanks everyone
Regards
Richard
After some helpful replies in regards to the DCOUNT function I am still having troubles...
So I can get my formula to work with
=DCount("*","Client","[StockTypeCIT] = 'ROCK'")
This gives me a count on the total number of products that I am argumentally calling 'Rock' however I am trying to use the active account number on a form to count only the products called 'Rock' for that particular active client.
What I have been trying is variants of
=DCount("*","Client","[StockTypeCIT] = 'Rock' And [Client Account NumberStock]= '[Active Client Account Number]'")
FYI [Active Client Account Number] is the field name for the active account number on my form...
I the numerous versions of this all provide me with multiple errors any help as I say appreciated I guess it is the arrangement or the formatting of the latter part but I am lost!
Thanks everyone
Regards
Richard
Last edited: