I am sure there is answer for this somewhere but I didn’t know keywords I should be using to find it.
We have a Meeting Topics table that we put on action on that item. Once there is an decided action I wanted it to go to a task table. Does anyone know how to be I guess that single column into a new table? I have found Lookups but that’s not exactly what I am looking for.
Thanks for any help!
It depends a little bit on what the structure of your meetings topic table is. But if you just want to take the record for a single topic and copy that to a new table, I would add a button column tot the meeting topic table. That button would “add a row”, to Task table when it clicked.
But why add it to another table? Why not just add a status column, and create a view filtering out the status that you need?