E
Ed MacAlmon
I'm running an adp project on an MSDE server. We have a program that
only entitles one of three services to be assigned to a client, but
staff too frequently enter more than one service for a client (thousands
of clients in the DB. For the life of me, I cannot figure out how to
write a select statement that will show me which clients have been
signed up for more than one of the allowable services. To date I have
been unable to work out code that finds known dual-service clients. The
DB is set up so that a Person table contains the demographic info and
the Activity History table contains the service info. They join on a
common ID. Can anyone suggest a general schema for this task? Thanks
for any help. --Ed
only entitles one of three services to be assigned to a client, but
staff too frequently enter more than one service for a client (thousands
of clients in the DB. For the life of me, I cannot figure out how to
write a select statement that will show me which clients have been
signed up for more than one of the allowable services. To date I have
been unable to work out code that finds known dual-service clients. The
DB is set up so that a Person table contains the demographic info and
the Activity History table contains the service info. They join on a
common ID. Can anyone suggest a general schema for this task? Thanks
for any help. --Ed