I have a lookup table that has several columns as follows, with no data in the "Manager" column:
![alt text][1]
I have an index that has two fields of interest: IP, Manager. The field IP in the index will be the same as that in the lookup table. What I need to accomplish is:
1. Query the index for all instances where the IP in the lookup table is found also in the index
2. Populate the lookup table column "Manager" with the field data found from the query above, in the appropriate row based on IP relationship
Hope somebody can help
[1]: /storage/temp/214593-capture.jpg
↧