I have a table with a field program (eg x, y, z) and several text-fields (eg. a, b and c)
In another table i have a field containing the different program names and in another field is mention a, b OR c
so my tables would be
programs fielda fieldb fieldc
X aa bb cc
Y aaa bbb ccc
Z aaaa bbbb cccc
and
programs fieldx
X a
Y c
z c
How can I build a query-formula that if my programm equals x gives as result aa and if my program equals z results in cccc
thanks for your help
In another table i have a field containing the different program names and in another field is mention a, b OR c
so my tables would be
programs fielda fieldb fieldc
X aa bb cc
Y aaa bbb ccc
Z aaaa bbbb cccc
and
programs fieldx
X a
Y c
z c
How can I build a query-formula that if my programm equals x gives as result aa and if my program equals z results in cccc
thanks for your help