T
Tony Williams
I have two seperate tables and wondered if there is a way I could check to
see if there are any records where 3 of the fields are duplicated with an
"or" statment and an "and" statement:
eg where field 1 from table 1 matches field 1 from table 2 OR field 2 from
table 1 matches field 2 from table 2 AND field 3 from table 1 matches field 3
from table 2 .
I'm not sure how I would create a relationship between the tables given that
the if I match on any one field it will presumably cloud the issue of
duplicates on the other fields?
Please note I am not a VBA expert!
Thanks
Tony
see if there are any records where 3 of the fields are duplicated with an
"or" statment and an "and" statement:
eg where field 1 from table 1 matches field 1 from table 2 OR field 2 from
table 1 matches field 2 from table 2 AND field 3 from table 1 matches field 3
from table 2 .
I'm not sure how I would create a relationship between the tables given that
the if I match on any one field it will presumably cloud the issue of
duplicates on the other fields?
Please note I am not a VBA expert!
Thanks
Tony