R
Ryan
I have 2 tables that I need to join. The first table contains the fields
PhoneNumber, FromDate, Todate, PlanCost. The second tables contains the
fields PhoneNumber, DateOfCall, CallCost.
There are multiple plans for each phone number in the first table as the
phone plans change over time. I want to add the phone plan, to the second
table, that relates to the date of the call so that I can check we were being
charged the correct amount. Any ideas?
PhoneNumber, FromDate, Todate, PlanCost. The second tables contains the
fields PhoneNumber, DateOfCall, CallCost.
There are multiple plans for each phone number in the first table as the
phone plans change over time. I want to add the phone plan, to the second
table, that relates to the date of the call so that I can check we were being
charged the correct amount. Any ideas?