I have a database with tables ( case, knowledgebase)
Case table has fields linked to a specific customer
Knowledgebase table is separate and doesn't care about customer.
I want to have the user click a button occasionally to copy their solution (from Case Table) to a new record in knowledgebase table (just two fields, desc, solution)
I just don't know the steps to 'copy'