J
JM
G'day.
I'm trying to extract from an Access 2003 database, a list of members
that received a service during the last week. The only catch is that
the ones I want cannot have received any other service during the 90
days prior to that. I thought this was going to be easy. Silly me.
I wrote a query that asks for the member_ids of those who received a
service (dateofservice) between the beginning of last week and the end
of last week. But that doesn't tell me which of those did not get any
other service in the 90 days before. The service table holds records
of every service the member ever received. Is there a query
expression that I can use? Do I need to make tables of some kind and
compare them?
The more I think about this, the more confused I get.
Any help is greatly appreciated.
I'm trying to extract from an Access 2003 database, a list of members
that received a service during the last week. The only catch is that
the ones I want cannot have received any other service during the 90
days prior to that. I thought this was going to be easy. Silly me.
I wrote a query that asks for the member_ids of those who received a
service (dateofservice) between the beginning of last week and the end
of last week. But that doesn't tell me which of those did not get any
other service in the 90 days before. The service table holds records
of every service the member ever received. Is there a query
expression that I can use? Do I need to make tables of some kind and
compare them?
The more I think about this, the more confused I get.
Any help is greatly appreciated.