V
Valdemar
Hello to all and please help me.
I have a database (about 5000 rows) with 10 columns (person, date, time,
amount, city, country, category etc..).
I would like to see all these details (all columns) but only for people with
e.g. more than 3 transactions in one day and with total amount greater than
5000 (both conditions used together).
I have a query that returns a list of people with total amount (>5000) and
at least 4 transactions a day - it works o.k. But I'v spent a lot of time
trying to connect this result of query and data in table without any success.
Many thanks.
I have a database (about 5000 rows) with 10 columns (person, date, time,
amount, city, country, category etc..).
I would like to see all these details (all columns) but only for people with
e.g. more than 3 transactions in one day and with total amount greater than
5000 (both conditions used together).
I have a query that returns a list of people with total amount (>5000) and
at least 4 transactions a day - it works o.k. But I'v spent a lot of time
trying to connect this result of query and data in table without any success.
Many thanks.