bonusmarch
MIS
I am in serious trouble. Please help.
I am working on a database that needs to compare two tables. Table 1 is a repository table that contains all the permanent records. Table 2 contains some records. The two tables should have virtually the same datatype, field width, and etc.
Eg:
Table 1 fields: FirstName, LastName, AreaNo...
Table 2 fields: Firstname, Lastname, AreaNo..
My question is, am I able to take each of the record from table 2 and compare it with table 1 records. If there is a match, access will perform a certain task (like display it on a report with matching records). I wonder if there are any vb coding out there that can accomplish such task. Or is there any SQl statements I could implement in Access that could perform a similiar task.
thanx
Alex
I am working on a database that needs to compare two tables. Table 1 is a repository table that contains all the permanent records. Table 2 contains some records. The two tables should have virtually the same datatype, field width, and etc.
Eg:
Table 1 fields: FirstName, LastName, AreaNo...
Table 2 fields: Firstname, Lastname, AreaNo..
My question is, am I able to take each of the record from table 2 and compare it with table 1 records. If there is a match, access will perform a certain task (like display it on a report with matching records). I wonder if there are any vb coding out there that can accomplish such task. Or is there any SQl statements I could implement in Access that could perform a similiar task.
thanx
Alex