| Member with 27 posts. THREAD STARTER | | | |
I create 1 query consists of NAME from TABLE1, NAME from TABLE2, and OK from TABLE2. Here is how I fill the query:
1. Fill the Criteria under the column of NAME from TABLE2 with: "=[TABLE1].[NAME]"
2. Fill the Update To under the column of OK with: "Yes"
Try running the query and it shows only the Field of OK with NO from top to the bottom even though there are several records in two tables that match each other in term of NAME.
Oh, and by the way, is this method worked if I the NAME is not in the same record but have the same value? For example, there is "Bryan" in the first record from TABLE1 and there is another "Bryan" in the eleventh record from TABLE2. |