I have a table with a set of fields that is identical to the set of fields in a second table.
The first table has and will only have one record. (the user will have the option of changing any of the entries in that record)
The second table has many records (the user cannot modify these records, as they serve as a sort of template for the record in the first)
Q:
Is there a way to updates all of the fields in first table with data from a record in the second table where a criteria has been met
something like this:
update all of the fields in the first table with the data from the record in the second table where some field in that record = some data
many thanks in advance,
mark