G
Guest
I have av form like this:
Name Adress Pulje Tropp
Tom Kongsb 1A 1
Bill Dramm 1A 1
Jon Dramm 2B 2
I want a textbox to display how many records are Pulje = 1A
The only count code that works so far is =Count(*). But this code
counts all the records, whereas I want to count only those where Pulje =1A
How do I do this??
Name Adress Pulje Tropp
Tom Kongsb 1A 1
Bill Dramm 1A 1
Jon Dramm 2B 2
I want a textbox to display how many records are Pulje = 1A
The only count code that works so far is =Count(*). But this code
counts all the records, whereas I want to count only those where Pulje =1A
How do I do this??