R
Robert
I am new to Access so this could probably be simple. I have an excel import
that contains three columns. The first is a customer name (this name could
repeat several times throughout the column, the second is the date (the date
or may not be the same for the customer entry), and a money amount (which
could be debits or credits.) I want to know if I can generate the count of
customers with credits that appear only counting one per date. What I mean
is - if a customer had two credits on the same date - I only want to count
that one time. However, if a customer has two credits on one date and
another credit on a different date, that should count as two. Under no
circumstance do I want to count the debits that are occurring. To further
complicate it, I need to query this from two separate tables that contain the
same type of information and possibly the same customers, just two different
locations. Do I need to combine these into one table before I start? Thanks
for any help!
that contains three columns. The first is a customer name (this name could
repeat several times throughout the column, the second is the date (the date
or may not be the same for the customer entry), and a money amount (which
could be debits or credits.) I want to know if I can generate the count of
customers with credits that appear only counting one per date. What I mean
is - if a customer had two credits on the same date - I only want to count
that one time. However, if a customer has two credits on one date and
another credit on a different date, that should count as two. Under no
circumstance do I want to count the debits that are occurring. To further
complicate it, I need to query this from two separate tables that contain the
same type of information and possibly the same customers, just two different
locations. Do I need to combine these into one table before I start? Thanks
for any help!