M
Mimo
Hi,
I have imported 2 tables with similar structure, and want to generate a new
table containing data from both tables, as well new fields that compare the
data from the two tables.
Eg. Table 1 = Users (Name, Surname, DOB)
Table 2 = Persons(F_Name, S_Name, Birthday).
I am trying to create Table 3 to have the fields in the following order:
Table 3 = Compare(Users.Name, Persons.F_Name, Compare1, Users.Surname,
Persons.S_Name, Compare2, Users.DOB, Persons.Birthday, Compare3)
The fields compare1, compare2, and compare 3 need to return TRUE if the 2
fields before them contain identical data.
Using the example above compare1 would return TRUE if Users.Name, and
Persons.F_Name are the same.
I've been trying to write a query that does this. Please help! PS: Using
Access 2003
Thanks
I have imported 2 tables with similar structure, and want to generate a new
table containing data from both tables, as well new fields that compare the
data from the two tables.
Eg. Table 1 = Users (Name, Surname, DOB)
Table 2 = Persons(F_Name, S_Name, Birthday).
I am trying to create Table 3 to have the fields in the following order:
Table 3 = Compare(Users.Name, Persons.F_Name, Compare1, Users.Surname,
Persons.S_Name, Compare2, Users.DOB, Persons.Birthday, Compare3)
The fields compare1, compare2, and compare 3 need to return TRUE if the 2
fields before them contain identical data.
Using the example above compare1 would return TRUE if Users.Name, and
Persons.F_Name are the same.
I've been trying to write a query that does this. Please help! PS: Using
Access 2003
Thanks