Hey guys,
I have in my subform a field "Lot No.". In this I want to show the used "Lot No." from Item Tracking.
Here you see the line, where I want to see the used "Lot No." (it is still empty):

And this is the line with the "Lot No.", which I would like to see in the above image:

For this I have to use a Flowfield with CalcFormula = lookup, right?!
This is my curent code:
Caption = 'Lot No.';
FieldClass = FlowField;
CalcFormula = lookup ("Tracking Specification"."Lot No.");
Editable = false;
Thank you ;)