How can I configure my application so that when I save my information, it stores the data across two different tables? (I am only encountering issues with the "Details" field; everything else is saving correctly across the two tables.)
The data is being saved to the `Tickets` and `Statusticket` tables.
In the `Tickets` table, the `ID` is not being saved, but the `Details` field *is*.
In the `Statusticket` table, the `Details` field is *not* being saved, but the `ID` *is*.
Consequently, the "Details" data is not being displayed.
How can I go about saving an arbitrary number of records (N records) either when the save button is clicked, or by making the table directly editable within the application?

Report
All responses (
Answers (