I have a tabular form based on a table - link . One of the columns in the tabular form is a select list which is based on the following query:
select head,code
from chart
However, if the table link already contains column value of code from table chart, then the select list should not list that item.
When I do this with not exist keyword, it replaces existing records in link column with the select list query which is probably not in the table link.
Is it possible to do that?