I have a matrix table. These status can be changed by the user and I want to capture each change in database with out updating the earlier statusPending ActivatedIn PROGRESS Submitted CompletedPending can be changed to submitted or completed. For one form there can be different status at different time. And each status must be saved in the database table. How can I design a table
↧