My form has a combo box called "Ports" and another combo box called "Class of ship". What I would like to do is say for example:
A user select Seattle from the PORTS FIELD and Tanker from the CLASS OF SHIP field. In an unbound Text field produce a cost for the class of ship selected.
[Seattle]+[Tanker]=14000
[Seattle]+[Freighter]=11000
If Seattle and Tanker are selected then the associated port cost would equal $14000. The cost for a class of ship could be different depending on the selection.
Clair
A user select Seattle from the PORTS FIELD and Tanker from the CLASS OF SHIP field. In an unbound Text field produce a cost for the class of ship selected.
[Seattle]+[Tanker]=14000
[Seattle]+[Freighter]=11000
If Seattle and Tanker are selected then the associated port cost would equal $14000. The cost for a class of ship could be different depending on the selection.
Clair