I am new to BC AL and have been struggling with a field in a new table for a few days now.
What i want to do is to have a drop down list of all categories that corresponds with the previous field values, this does work but when i select my option it always returns the 1st value and not the one that I have selected.
Please see an example below:
1. Here I am entering all the details, based on the QA Questionnaire selection /FOOD/ i get 2 options in the last field /ASH/ and /BEST Before/. My problem is even if i select best before it still returns the 1st value (ASH)
I cannot change the primary key as this table is locked for editing.
In my new page for the table the code is as below:
How can get the correct value that I am selecting?
Thanks for the assistance in advance