Hi,
Have a simple question...i think
I have 2 tables, each with the fields CustNbr, LtrRate, StopRate. Now, I've joined these 2 tables in a 1-1 relationship. What I would like to do is have 2 queries:
(1) To find the all customers where LtrRate isn't the same from one table to the next.
(2) Same, but for StopRate.
So, for example
Table A: Table B:
CustNbr LtrRate StopRate | CustNbr LtrRate StopRate
1 50 100 1 50 100
2 50 100 2 25 50
My query would show only the 2nd record.
Thanks for your help.
TN
Have a simple question...i think
I have 2 tables, each with the fields CustNbr, LtrRate, StopRate. Now, I've joined these 2 tables in a 1-1 relationship. What I would like to do is have 2 queries:
(1) To find the all customers where LtrRate isn't the same from one table to the next.
(2) Same, but for StopRate.
So, for example
Table A: Table B:
CustNbr LtrRate StopRate | CustNbr LtrRate StopRate
1 50 100 1 50 100
2 50 100 2 25 50
My query would show only the 2nd record.
Thanks for your help.
TN