Rockape
Registered User.
- Local time
- Today, 22:14
- Joined
- Aug 24, 2007
- Messages
- 271
Hi all,
Grateful for some assistance or pointers.
I have three tables:
Table 1 = Master table with a field with old data that requires to be changed
Table 2 = table which has the field with the old data and a field with the new data to be swapped.
Table 3 = a table similar to table 2 with records of data that should not be updated
Is there a vba way of deselecting those records in table 2 as stated in table 3 in order to only update Table 1 with only those that should be updated.
Am I making any sense?
Grateful for comments
Grateful for some assistance or pointers.
I have three tables:
Table 1 = Master table with a field with old data that requires to be changed
Table 2 = table which has the field with the old data and a field with the new data to be swapped.
Table 3 = a table similar to table 2 with records of data that should not be updated
Is there a vba way of deselecting those records in table 2 as stated in table 3 in order to only update Table 1 with only those that should be updated.
Am I making any sense?
Grateful for comments