0
Move a record to another table.
Hi is it possible to move a record to another when a field has certain text. Ie. If field says complete move the record to other table.
2 replies
-
Hi Alan,
You can't move a record, but you can simulate this by creating a new record in the table you want to move it to and then copy the field information to that record. Then you would delete the record in the table that you want to move the record from. You can do this by putting the code in a Trigger or a Button.
-
Ok thanks will have a look for some code.
Content aside
- 4 yrs agoLast active
- 2Replies
- 432Views