You create a Seminar Charge table with a Type field and a No. field. You need to ensure
that lookups always go to the GIL Account table, the Resource table, or the Item table based
on a respective type of GIL, Resource, or Item. What should you do?
A.
Only create an OptionString property on the Type field with the G/L Account, Resource,
and Item values.
B.
On the Type field, use the TableRelation property with a link to the No. field.
C.
Create an OptionString property on the Type field with the G/L Account, Resource, and
Item values. Then, on the No. field, use the TableRelation property with a link to the Type
field.
D.
Add code to the Type – OnLookup trigger on the Seminar Charge List page to run a GIL
Account, Resource, or Item-List page.