Ill try to explain what i am trying to do the best i can. In our database we have one Field called notes and this has all the air strips a particular plane landed on that day. For Example YXS YVR YQZ YVR, What i am trying to do is filter out all the strips in BC. I have a list of all the airports that are listed in BC so the notes will only show out of province Strips.
I have tried the not like function but i couldn't get it to work properly.
Is there any way this can be done.
An example might clarify below are 5 records i only want one record
YXS YVR YQZ YXS
YXS YLW YKA YXS
YVR YWL AJ4 BN9
YVR YEG YYC YVR
YYD YDL BW4 YYD
I want to be able to filter these so it only shows the record with YVR YEG YYC YVR as that is out of province, each strip (ie YVR) is seperated by a space.
Thanks for the help
Cheers,
Matt.
I have tried the not like function but i couldn't get it to work properly.
Is there any way this can be done.
An example might clarify below are 5 records i only want one record
YXS YVR YQZ YXS
YXS YLW YKA YXS
YVR YWL AJ4 BN9
YVR YEG YYC YVR
YYD YDL BW4 YYD
I want to be able to filter these so it only shows the record with YVR YEG YYC YVR as that is out of province, each strip (ie YVR) is seperated by a space.
Thanks for the help
Cheers,
Matt.