I have two tables in my db.
Table 1 Table 2
LastName LastName
FirstName FirstName
Account Account
Table 2 is updated every 10 minutes. Table one is updated by a user randomly during the day. The user enters the last and first name in table 1 and the account field is left null. Table 2 is updated by a link from somewhere else but when it updates it will have the account number filled in. I would like to compare Table 1 and 2 after table 2 updates and have it automatically update table 1 field account number if it finds a match between the last and first names in each table. I just need help with the query.
Is this possible? If so how would I go about it?
Thanks in advance for the help.
Shannan
Table 1 Table 2
LastName LastName
FirstName FirstName
Account Account
Table 2 is updated every 10 minutes. Table one is updated by a user randomly during the day. The user enters the last and first name in table 1 and the account field is left null. Table 2 is updated by a link from somewhere else but when it updates it will have the account number filled in. I would like to compare Table 1 and 2 after table 2 updates and have it automatically update table 1 field account number if it finds a match between the last and first names in each table. I just need help with the query.
Is this possible? If so how would I go about it?
Thanks in advance for the help.
Shannan