M
Me
Hi All,
I've got a table named tblClient that has a ClientID as PK. I've got a
table named tblTransactions that includes a FK of ClientID and some other
controls one of which is DateOfTrans that is the date the transactions
happened.
I need a query, one row per client, of anyone that has had a transaction
since 1/1/2006. I've tried it on my own and I get something like 6 lines
for John Smith, 11 lines for Harry Wilson, etc...and these lines correspond
to the 6 transactions for John and 11 for Harry since 1/1/2006. Not what I
need. I need just one line per client. HELP!
Anyone point me in the right directions?
TIA
me
I've got a table named tblClient that has a ClientID as PK. I've got a
table named tblTransactions that includes a FK of ClientID and some other
controls one of which is DateOfTrans that is the date the transactions
happened.
I need a query, one row per client, of anyone that has had a transaction
since 1/1/2006. I've tried it on my own and I get something like 6 lines
for John Smith, 11 lines for Harry Wilson, etc...and these lines correspond
to the 6 transactions for John and 11 for Harry since 1/1/2006. Not what I
need. I need just one line per client. HELP!
Anyone point me in the right directions?
TIA
me