I have the next barrier :
tbl format description
formatfieldname - 01_SUP (value of this field)
- 02_DES (value of this field)
- 03_NED (value of this field)
formatfieldrequired
tbl import
01_SUP (field)
02_DES (field)
03_NED (field)
Exactly the same names, but in one table there a values in the field formatfieldname en in the other they are fields.
With an sql I need to link them (where condition) to get the value of the field formatfieldrequired. Is this possible ?
tbl format description
formatfieldname - 01_SUP (value of this field)
- 02_DES (value of this field)
- 03_NED (value of this field)
formatfieldrequired
tbl import
01_SUP (field)
02_DES (field)
03_NED (field)
Exactly the same names, but in one table there a values in the field formatfieldname en in the other they are fields.
With an sql I need to link them (where condition) to get the value of the field formatfieldrequired. Is this possible ?