I have a form based on two tables. Table A Holds advert data and Table B holds the advert types and their fee. The form is for the entry of new adverts and records data in Table A. When I enter the advert type code (from Table B) in one control I would like the fee (also from Table B) to be shown in another control and saved in the adverts table. How do I achieve that please?