A
Annette
I have a table of account numbers joined to another table that lists
dimensions of the account number. The relationship of these tables is
one (account) to many (dimension).
So account 123 has a dimension of ACCT, TRIALBAL, OBJECT, etc.
I would like to create a query that shows all accounts that do not
have a dimension of TRIALBAL. When I attempt to create the query, I
get all the other entries ACCT, OBJECT records when I just want to
find an account from the account table that doesn't have a TRIALBAL
child, disregarding all the other "many" records.
dimensions of the account number. The relationship of these tables is
one (account) to many (dimension).
So account 123 has a dimension of ACCT, TRIALBAL, OBJECT, etc.
I would like to create a query that shows all accounts that do not
have a dimension of TRIALBAL. When I attempt to create the query, I
get all the other entries ACCT, OBJECT records when I just want to
find an account from the account table that doesn't have a TRIALBAL
child, disregarding all the other "many" records.