N
Nydia
I have a dba that keeps track of clients that we have in
our programs. One client that be in several programs. I
need to run a report that shows how many clients we
currently have open. When i run the query, if a client is
in 2 programs it's counting them 2. I want it show all
open clients only 1 x.
there are 2 tables, tblclient, which has client
information (address, phone ect.) the second table is
tblprogram which has the program name start date. the
relationship is one (tblclient) to many (tblprogram)
how do i get this to work? any help is greatly
appreciated
our programs. One client that be in several programs. I
need to run a report that shows how many clients we
currently have open. When i run the query, if a client is
in 2 programs it's counting them 2. I want it show all
open clients only 1 x.
there are 2 tables, tblclient, which has client
information (address, phone ect.) the second table is
tblprogram which has the program name start date. the
relationship is one (tblclient) to many (tblprogram)
how do i get this to work? any help is greatly
appreciated