bonusmarch
MIS
How do I come about comparing two tables using either VB coding or SQL. Both tables have the same field names, but the data is slightly different. Table 1 contains record with the full name. Table 2 contains table with the naming fields too, but only contain the first letter for each field: firstname, lastname, and middle initial. I would to know how do I come about comparing two set of data with the first character only. Please paste sample code if possible. Thanks.
T1: FName, LName, MI, ... (contains full name)
T2: FName, LName, MI, ... (all fields contain the first character only)
T1: FName, LName, MI, ... (contains full name)
T2: FName, LName, MI, ... (all fields contain the first character only)