Given two tables:
Table A has a field called Description. Typically it is one or two sentences long.Table B has a Text field also called Description.
I want to be able to select a number of records from Table A (anywhere from one record to several dozen) and copy the values of Table A description field into a single record of Table B Description text field.
How would I do that?