G
Guest
Good morning.
I have a customer database that I wish to print labels for.
The thing is, I wish to only view unique records. I've got two tables. One
customersTbl names and address. The second of customershistoryTbl. When I
create the query, using from customersTbl, name, address, city, state zip and
from customerhistoryTbl where datebegan is not null I get multiple records.
I only want to see unique - can anybody help?
I have a customer database that I wish to print labels for.
The thing is, I wish to only view unique records. I've got two tables. One
customersTbl names and address. The second of customershistoryTbl. When I
create the query, using from customersTbl, name, address, city, state zip and
from customerhistoryTbl where datebegan is not null I get multiple records.
I only want to see unique - can anybody help?