S
subs
OST Ocity Dst Dcity Region Carrier
MI kalamazoo NJ Parsippany EC
OH Cincin MA Boston EC
NJ Dover MI Detroit MW
OH Columbus OH Cincinnati MW
NJ Dover MA Boston EC
OH Columbus MI Detroit MW
OH Cincin MA Boston EW
I want to create a query or report in this way- First of all it
should ask the user to enter carrier for EC region and carrier for
MW region. The query should then populate the carrier field with the
response entered by the user depending upon whether region is EC or
MW.
Example- [Enter the carrier for EC] - Saia
[Enter the carrier for MW]- RL
User enters Saia and RL as values.
So the final output should list all the columns along with updating
the carrier column like below
Carrier
Saia
Saia
RL
RL
Saia
RL
Saia
I want to avoid update query? is there a single SQL Query
MI kalamazoo NJ Parsippany EC
OH Cincin MA Boston EC
NJ Dover MI Detroit MW
OH Columbus OH Cincinnati MW
NJ Dover MA Boston EC
OH Columbus MI Detroit MW
OH Cincin MA Boston EW
I want to create a query or report in this way- First of all it
should ask the user to enter carrier for EC region and carrier for
MW region. The query should then populate the carrier field with the
response entered by the user depending upon whether region is EC or
MW.
Example- [Enter the carrier for EC] - Saia
[Enter the carrier for MW]- RL
User enters Saia and RL as values.
So the final output should list all the columns along with updating
the carrier column like below
Carrier
Saia
Saia
RL
RL
Saia
RL
Saia
I want to avoid update query? is there a single SQL Query