Hi everyone,
I've got a table that stores the info that should result from a meeting. What I'm doing is that there's a textarea for the 1) summary, textfields for the 2) id# of the meeting, and the 3) projectCode of the overall project.
Linked to each meeting is the potential for any number of actions, a new linked table that stores the 1) meetingID, 2)action, 3)responsible, 4)done.
I was wondering would it be possible to refresh the page somehow with new textfields for every new action attempted for this meeting.
For example, if I write something into the first (and only) textfield,
a new textfield would appear under it, awaiting new actions.
In effect the form elements for a complete database row would become available.
Can it be done? Can someone point me in the right direction?
Cheers, thanks for taking the time to read this.
Robin.