mach27
Technical User
- Oct 25, 2005
- 18
Hello Techies
What I would like to do is to compare some entries of the table to another table to check if they have the same value, here's my condition:
If the 2 entries being compared will not match, the result will be posted to the 3rd table using the entry of the 2nd table.
If the information in table 1 is not in table 2, the result will be posted to the 3rd table using the entry of the 1st table.
If the information in table 2 is not in table 1, the result will be posted to the 3rd table using the entry of the 2nd table.
Submission_ID and Request_Date are the common fields and will not change.
Table 1: (MPO_Dashboard)
Submission_ID
Request_Date
Recipient
OpsModel
Jan
Feb
Table 2: (MMR_Dashboard)
Submission_ID
Request_Date
Recipient
OpsModel
Jan
Feb
Table 3: (Dashboard_result)
Submission_ID
Request_Date
Recipient
OpsModel
Jan
Feb
I'm thinking of using the recordset but the loop part makes the program slow and most of the time Access is not responding.
Thanking you all in advance! Have a nice day!
What I would like to do is to compare some entries of the table to another table to check if they have the same value, here's my condition:
If the 2 entries being compared will not match, the result will be posted to the 3rd table using the entry of the 2nd table.
If the information in table 1 is not in table 2, the result will be posted to the 3rd table using the entry of the 1st table.
If the information in table 2 is not in table 1, the result will be posted to the 3rd table using the entry of the 2nd table.
Submission_ID and Request_Date are the common fields and will not change.
Table 1: (MPO_Dashboard)
Submission_ID
Request_Date
Recipient
OpsModel
Jan
Feb
Table 2: (MMR_Dashboard)
Submission_ID
Request_Date
Recipient
OpsModel
Jan
Feb
Table 3: (Dashboard_result)
Submission_ID
Request_Date
Recipient
OpsModel
Jan
Feb
I'm thinking of using the recordset but the loop part makes the program slow and most of the time Access is not responding.
Thanking you all in advance! Have a nice day!