I want to take data from one row of a table and insert it with new data in another table.
I have 2 Tables
Table1 and Table2
In Table1 I have columns like Name, Address, postcode, city...
I then want to store some data like a riminder in Table2 by
having a function that reads the Name column from Table 1
and then in Table2 inserts then name in the Name column and the remindertext in the reminder column.
I cant get my head around this one.... any help?
Here comes the tricky part...
In the First Table I have a category column and I want to only add the reminder to a certain category that I select from a comboBox.
I have a function that fills the combobox with the available category names.
But a function to add rhe reminder to the selected category and then saving all this to the SQLite tabel2... That is my problem
If anyone have an Idea to this one Id be much pleased...
cheers,
Jonas![]()


