Hi Duane,
Heres what I have, of course it's a favor for someone, not even my work.
Two tables,
Tabel 1 = Tab_Local
Table 2 = Tab_Match
I need to update the Tab_match field called Local Number. Currently it is blank.
Table 1 has the field = Local_Name_1
Table 2 has the field = Local_name_2
Data in Tabel 1, Local_Name_1 is not exactly the same as Table 2, Local_name_2. It is not an exact match. Only part of the complete name.
[Table_1].[local_name_1] ="Berlin TA"
[Table_2].[local_name_2] ="Berlin Teachers"
I Want to update the local number from table_1 to local number if the two tables either match or have a partical match.
I'm trying to be clear, and I appreciate any help you can provide.
Thanks,
TC