G
Golfinray
How do I filter each column of a table in a query if the data in each column
is EXACTLY the same.
is EXACTLY the same.
How do I filter each column of a table in a query if the data in each column
is EXACTLY the same.
CityJohn W. Vinson said:What is the difference between a duck?
EXACTLY the same as... what? Comparing one field to another field? Comparing
one record to another record? comparing a field in one record to a different
field in a different record? More details please!
John W. Vinson [MVP]
Let's say I have the following:
City
Conway $850 $850 etc
Little Rock $1000 $1000 etc
Rogers $600 $600 etc
Benton $980 $980
Dallas $1400 $1400
Houston $1800 $1800
How do I get say the low and average form month one, say the high and
average from month 2, the low from month 3, the high from month 4, etc.
Thanks!