To All-
I'm new to Access Queires, I trying to get data from a table. My column name are as follow.
ID
Number
Date
Amount
Account
Select Account , Date
from Cust
where date between '010107' and '033107' and (here is where I'm having a problem) I need to get all account that is between the date range and the account have to be there 3 or more times.
Thanks
I'm new to Access Queires, I trying to get data from a table. My column name are as follow.
ID
Number
Date
Amount
Account
Select Account , Date
from Cust
where date between '010107' and '033107' and (here is where I'm having a problem) I need to get all account that is between the date range and the account have to be there 3 or more times.
Thanks