there are 2 rows in my table out of 22k rows that i dont want retrieved from my query on has the code: ICAO and the other is blank how do i exclude them from my query?
...WHERE x_field != 'ICAO' AND x_field != ''
It's good to see you resolved your last problem and are able to move on to the next.