Beerman3436
Registered User.
- Local time
- Today, 18:10
- Joined
- Mar 29, 2000
- Messages
- 29
I have fields on a report the I need to Count the number of times a person use different things.
PC TV PHONE ETC.
I have a input form with a pull down menu to select one of the above.
Now on the report field.
I want to fills the 4 fields by sorting by SSN and TYPE.
So how do I write the code? I am trying this now:
=DCount("[FIELD]","("
","[FIELD]="TYPE") and ([SSN] = " & [SSN]")
Help please
PC TV PHONE ETC.
I have a input form with a pull down menu to select one of the above.
Now on the report field.
I want to fills the 4 fields by sorting by SSN and TYPE.
So how do I write the code? I am trying this now:
=DCount("[FIELD]","("
Help please