Hi, I am making progress. By your help, what I have achieved is getting the user inputs to be inserted successfully into a table called "suggested" in my database.
Next, what I have just achieved is that another user(this time a coordinator)can view the table called "suggested" with an extra column for checkboxes to allow him approve from the suggestions. This went well.
Now I plan to finally insert the values from this table into a table called approved (meaning only the rows with approved column checked will be inserted into this new table).
Problem is I can view the suggestions now, I can tick the checkboxes but on submit, the database shows no values. No sql errors but form cant seem to release values to approved table in my database. Below is my code. I must thank you for this big help.