Good day all,
I have a database of accounts. Each account has a unique number. Multiple transactions are stored for each account and the transactions have unique codes to identify them. So if I query an account I may see 10 records for that one account showing each transaction. What I need to do is skip or ignore an entire account if it has a certain transaction code instead of just ignoring one record. Thanks in advance for your help!
I have a database of accounts. Each account has a unique number. Multiple transactions are stored for each account and the transactions have unique codes to identify them. So if I query an account I may see 10 records for that one account showing each transaction. What I need to do is skip or ignore an entire account if it has a certain transaction code instead of just ignoring one record. Thanks in advance for your help!