Hi
I'm trying to search for a record using the findnext method...
and here is my code
strSearch = "FLIGHT_NUMBER='0002' and AIRLINE_ID='ACA' AND BOUND='A' AND CITY_CODE1='YVR'"
TerRec.FindFirst strSearch
somehow the noMatch property is always true even though I know that the record exists...
i've tried to break it down and add in one search element at a time...and so far the flight number, airline_id and bound work...but as soon as i add in city code, it doesn't work anymore...
does anyone know what's wrong with that search string?
thanks in advance
I'm trying to search for a record using the findnext method...
and here is my code
strSearch = "FLIGHT_NUMBER='0002' and AIRLINE_ID='ACA' AND BOUND='A' AND CITY_CODE1='YVR'"
TerRec.FindFirst strSearch
somehow the noMatch property is always true even though I know that the record exists...
i've tried to break it down and add in one search element at a time...and so far the flight number, airline_id and bound work...but as soon as i add in city code, it doesn't work anymore...
does anyone know what's wrong with that search string?
thanks in advance