B
bfunkyf
I have a list of accounts - some individual and some part of groups. If the
account is an individual account I want to run one subquery based on that one
account #; if the account is part of a group I run a different query that
gathers the records for all the accounts based on the group name. I can
query the account # to see if it is part of a group, but how do I call the
individual query passing the account # through and/or call the group query
passing the group name through?
account is an individual account I want to run one subquery based on that one
account #; if the account is part of a group I run a different query that
gathers the records for all the accounts based on the group name. I can
query the account # to see if it is part of a group, but how do I call the
individual query passing the account # through and/or call the group query
passing the group name through?