J
Jim Hicks
I am running a total query to summarize some information
from different locations of accounts. All accounts have
a 0 location and many have other locations as well.
I run a nomal query to sort the account number and
location fields ascending. I then run a total query
grouping on account number and selecting the "first"
option for the location. I have a couple of accounts
that display location numbers that are not 0. The vast
majority of accounts display normally. Looking at the
previous sort query that the total query is based on, the
0 locations of these accounts are included. Both fields
are numeric data type decimal formatted.
What can the problem be?
from different locations of accounts. All accounts have
a 0 location and many have other locations as well.
I run a nomal query to sort the account number and
location fields ascending. I then run a total query
grouping on account number and selecting the "first"
option for the location. I have a couple of accounts
that display location numbers that are not 0. The vast
majority of accounts display normally. Looking at the
previous sort query that the total query is based on, the
0 locations of these accounts are included. Both fields
are numeric data type decimal formatted.
What can the problem be?