ok. i have a table called Category Codes. the 2 fields are Vendor and Category Code. the Vendor field are businesses and the Category Code field has two letters in it. when i import a bill into AmexCurrent, i want the Vendor field from AmexCurrentto look at the CategoryCodes table and say
If Vendor field in Category Codes is like the Vendor field in AmexCurrent, then insert CategoryCodes field from Vendor into Category Codes field in AmexCurrent.
my problem is, the vendor field in AmexCurrent looks something like this when it is imported
ALASKA WILD BERRY D49504-69695
and the vendor field in CategoryCodes table looks something like this
Alaska Wild Berry
will the like function match those?
hope this all makes sense.
Valgore
If Vendor field in Category Codes is like the Vendor field in AmexCurrent, then insert CategoryCodes field from Vendor into Category Codes field in AmexCurrent.
my problem is, the vendor field in AmexCurrent looks something like this when it is imported
ALASKA WILD BERRY D49504-69695
and the vendor field in CategoryCodes table looks something like this
Alaska Wild Berry
will the like function match those?
hope this all makes sense.
Valgore