Hello,
I would like to give the option to the user to write data into table.
This option could happen couples of time during the day, and should be as much as simple as possible, they are not data user, or non tech user.
This is the table I would like them to use:
Color_id and background_id should be the compsite keys for this table.
| Color_id | background_id | True/false | Timestamp (time and date) |
| | | | |
What is the best option could I create this ?
Thanks for help