A
AaronG
Running Access 2000 on Win2k,
I'm trying to build an invoice system. I have 2 tables.
One has client information (no duplicates) and the other
has the invoice information (duplicate information).
I need to pull up all clients who have not been billed in
a specific year. HOWEVER, I need to take into account
that many clients have an invoice history from past
years. I also need to account for the fact that some
clients (new ones) don't have a corresponding invoice
record yet.
Taking that into account, how do I get a list of clients
who have not yet been billed in a particular year?
Thanks!
Inportant fields:
Tables are linked by "ID" (primary key on Client Info)
Client information table has "Last_Name"
Invoice Information uses "Billing_Year"
I'm trying to build an invoice system. I have 2 tables.
One has client information (no duplicates) and the other
has the invoice information (duplicate information).
I need to pull up all clients who have not been billed in
a specific year. HOWEVER, I need to take into account
that many clients have an invoice history from past
years. I also need to account for the fact that some
clients (new ones) don't have a corresponding invoice
record yet.
Taking that into account, how do I get a list of clients
who have not yet been billed in a particular year?
Thanks!
Inportant fields:
Tables are linked by "ID" (primary key on Client Info)
Client information table has "Last_Name"
Invoice Information uses "Billing_Year"