I have two tables. One has been imported and contains 27 records. The data contained in some of the fields is identical. i.e. issue name and number.
I wish to update another table with the contents of the issue name and numberfrom this table. This I have managed OK. The problem is that I only need this information in the second table once and not for each of the 27 imported records.
Is there an easy way I can take the issue information from just one record and hold it in the second table?
I wish to update another table with the contents of the issue name and numberfrom this table. This I have managed OK. The problem is that I only need this information in the second table once and not for each of the 27 imported records.
Is there an easy way I can take the issue information from just one record and hold it in the second table?