Surjer
Registered User.
- Local time
- Today, 18:51
- Joined
- Sep 17, 2001
- Messages
- 232
Another quick question...
I can't seem to figure out how to use the Count function...
I want to count the number of occurences of a certain Text string in a field..
IE..
Table:
Feature ' String
Northing ' Double
easting ' Double
Elev ' Double
Inventory ' String
Comment ' Note
There are only 5 options for Inventory
GPS
Obscured (GPS)
CNL
Inaccessible/Impeded
EL
I want to count the Number of Each:
I tried:
SELECT Count([Final_MH]![Inventory]) AS Expr1, Final_MH.Inventory
FROM Final_MH
WHERE (((Final_MH.Inventory)="Obscured (GPS)"));
But MS ACCESS laughed at me!
Thanks again,
Jerry
I can't seem to figure out how to use the Count function...
I want to count the number of occurences of a certain Text string in a field..
IE..
Table:
Feature ' String
Northing ' Double
easting ' Double
Elev ' Double
Inventory ' String
Comment ' Note
There are only 5 options for Inventory
GPS
Obscured (GPS)
CNL
Inaccessible/Impeded
EL
I want to count the Number of Each:
I tried:
SELECT Count([Final_MH]![Inventory]) AS Expr1, Final_MH.Inventory
FROM Final_MH
WHERE (((Final_MH.Inventory)="Obscured (GPS)"));
But MS ACCESS laughed at me!
Thanks again,
Jerry