T
Tom
Hello,
Thanks in advance to anyone that can help.
I am trying to figure out how to perform an average calculation.
I have a PRIMARY Table called GAMES that lists TITLES of games. I then have
three other tables: STORE1, STORE2, STORE3. In these tables I have TITLES of
games and VALUE for each game listed.
The GAMES table lists ALL GAMES. The STORE1, STORE2, STORE3 will only list
GAMES in stock at that store.
I am trying to run a query that pulls all of the TITLES from GAMES and
provides an average VALUE for each one (ignoring any $0.00 or null values)
I am trying to do this in a query. I can't figure it out. Any help would be
appreciated.
Thanks.
Thanks in advance to anyone that can help.
I am trying to figure out how to perform an average calculation.
I have a PRIMARY Table called GAMES that lists TITLES of games. I then have
three other tables: STORE1, STORE2, STORE3. In these tables I have TITLES of
games and VALUE for each game listed.
The GAMES table lists ALL GAMES. The STORE1, STORE2, STORE3 will only list
GAMES in stock at that store.
I am trying to run a query that pulls all of the TITLES from GAMES and
provides an average VALUE for each one (ignoring any $0.00 or null values)
I am trying to do this in a query. I can't figure it out. Any help would be
appreciated.
Thanks.