Hi,
Is there a way I could join two tables on fields that are similar (i.e. using the "like" operator instead of = ?) I'm trying to join two tables, but due to inconsistent data input, it's not joining many records because there's extra words or extra letters added to the end of the field.
i.e. in Table A, the field called city would have a value of "Toronto", but in Table B, the field called city would be "Toronto, Ontario". These two records should be joined, but are not.
Thanks in advance for your help.
Is there a way I could join two tables on fields that are similar (i.e. using the "like" operator instead of = ?) I'm trying to join two tables, but due to inconsistent data input, it's not joining many records because there's extra words or extra letters added to the end of the field.
i.e. in Table A, the field called city would have a value of "Toronto", but in Table B, the field called city would be "Toronto, Ontario". These two records should be joined, but are not.
Thanks in advance for your help.