I have 2 tables:
Tables 1
Xlate - this is a translation table
Action Code Translate
1 Applied
2 Graduated
3 Withdrawn, etc
4
.
.
The second Table
Actions Code
1
2
3
4
5
...
I would like to translate the action code from the second table to the translate in the first table. Any thoughts?
Tables 1
Xlate - this is a translation table
Action Code Translate
1 Applied
2 Graduated
3 Withdrawn, etc
4
.
.
The second Table
Actions Code
1
2
3
4
5
...
I would like to translate the action code from the second table to the translate in the first table. Any thoughts?