I do have a table [Commodities] with fields (Code(key);Number;Commodity name;A;B;C;D;E;F;Special conditions)
A;B;C;D;E;F stands for different directions (Europe, USA,ETC)
The data in the table are the rates for different commodities depending on a zone.
Zones are described in a separate table [Directions] with fields (Code;Description)
I do have a form in which user select a commodity from the list (first 2 fields from the table commodity) amd a zone (from a [Directions] table).
I want in a separate field to get the rate for that commotity and concrete zone.
Please give a hint how it could be done.
A;B;C;D;E;F stands for different directions (Europe, USA,ETC)
The data in the table are the rates for different commodities depending on a zone.
Zones are described in a separate table [Directions] with fields (Code;Description)
I do have a form in which user select a commodity from the list (first 2 fields from the table commodity) amd a zone (from a [Directions] table).
I want in a separate field to get the rate for that commotity and concrete zone.
Please give a hint how it could be done.