Forums

consolidating table data

pclc 03 Sep, 2009
I have existing an existing form -- "registration1"
The table connected is "jos_chronoforms_registration1"

I need to add a field, so I'll create a new form: "registration2"

Will I be able to consolidate the data in the two tables, "jos_chronoforms_registration1" and "jos_chronoforms_registration2"?

Thank you!
GreyHead 03 Sep, 2009
Hi pclc,

Why not just add the field to the current form and add a column to the table in PHPMyAdmin?

Bob
pclc 03 Sep, 2009
No idea what that means. (Obviously, I'm no programmer.) Is there a tutorial somewhere?
GreyHead 04 Sep, 2009
Hi pclc,

a) Edit the form HTML either with Wizard Edit, or by hand to add the code for the extra field.; and

either

b1) If you have no important data in the table then create a new one with Create Table but with a different name

or

b2) Use PHPMyAdmin - probably available from your ISP's admin panel, to add column to the current table.

Or get someone else to do it for you. This is not a difficult task.

Bob
This topic is locked and no more replies can be posted.