M
mike
I'm fairly new to access and have a table containing a
column with 'pole numbers'. these numbers are in the form
##-#### or ?##-#### (for example, 88-3465 or E78-5687).
the two numbers to the left of the dash give the year of
the pole (88-3465 was installed in 1988). I would like to
count the number of poles per decade (starting with 1900-
1909) and sum these numbers up in a table, report, or
something... I'm not sure how to code this and best
implement this procedure..would the code go in a module
and be referenced by a query or what? thanks in advance
mike
column with 'pole numbers'. these numbers are in the form
##-#### or ?##-#### (for example, 88-3465 or E78-5687).
the two numbers to the left of the dash give the year of
the pole (88-3465 was installed in 1988). I would like to
count the number of poles per decade (starting with 1900-
1909) and sum these numbers up in a table, report, or
something... I'm not sure how to code this and best
implement this procedure..would the code go in a module
and be referenced by a query or what? thanks in advance
mike