This topic is locked

Add field values from one table to another

5/25/2020 12:05:51 PM
PHPRunner General questions
A
AlphaBase author

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?