I am new to access so I hope someone can point me in the right direction.
I have a database that I need to query by account number and invoice type.
Extracting unique single records is ok but I can not work out how extract multiple records.
If the account number has several records(rows) and mixed invoice types(credit and invoice) is
is there a way to extract all records for an account number if they are just type credit.
account number type
123456 credit
123456 credit
123456 credit
234561 invoice
234561 credit
234561 invoice
345612 invoice
345612 credit
345612 credit
I would just want to extract account 123456
Any help would be appreciated
I have a database that I need to query by account number and invoice type.
Extracting unique single records is ok but I can not work out how extract multiple records.
If the account number has several records(rows) and mixed invoice types(credit and invoice) is
is there a way to extract all records for an account number if they are just type credit.
account number type
123456 credit
123456 credit
123456 credit
234561 invoice
234561 credit
234561 invoice
345612 invoice
345612 credit
345612 credit
I would just want to extract account 123456
Any help would be appreciated