G
Guest
I want to create an update query that will update 2 tables at the same time.
Table 1 = [LAST NAME] [FIRST NAME], [SEQUENCE] + other detailes fields
Table 2 = [LAST NAME] [FIRST NAME], [COUNT]
[SEQUENCE] from table 1 is empty. I want a query than will look up table 2
using [LAST NAME] [FIRST NAME] from table 1 and update [SEQUENCE] FROM [TABLE
2.COUNT] then add 1 to [TABLE 2.COUNT] and update that table as well.
How can I do this?
Table 1 = [LAST NAME] [FIRST NAME], [SEQUENCE] + other detailes fields
Table 2 = [LAST NAME] [FIRST NAME], [COUNT]
[SEQUENCE] from table 1 is empty. I want a query than will look up table 2
using [LAST NAME] [FIRST NAME] from table 1 and update [SEQUENCE] FROM [TABLE
2.COUNT] then add 1 to [TABLE 2.COUNT] and update that table as well.
How can I do this?