D
dorionsmom
I'm trying to use a data field in the LIKE Function...
This is my data..first line is thefiled names ...each additional line is a
sample record..
Flight # LOS
2 V05
345 V20
345D/267 B55
1545 S09
647 L04
647D/1234 V06
The D denotes that the number following "/" is the second flight. All
flights have an LOS (service level). I want the query to produce a record
that looks like this:
Flight # LOS1 LOS2
2 V05
345 V20 B55
1545 S09
647 L04 V06
Can anyone help me please...... I want to use the [Flight #] in the LIKE
function to search all flight numbers and pull the second service level for
the second flight...
This is my data..first line is thefiled names ...each additional line is a
sample record..
Flight # LOS
2 V05
345 V20
345D/267 B55
1545 S09
647 L04
647D/1234 V06
The D denotes that the number following "/" is the second flight. All
flights have an LOS (service level). I want the query to produce a record
that looks like this:
Flight # LOS1 LOS2
2 V05
345 V20 B55
1545 S09
647 L04 V06
Can anyone help me please...... I want to use the [Flight #] in the LIKE
function to search all flight numbers and pull the second service level for
the second flight...