Hi,
I made an extensive search on the board regarding this subject.
I found different solution but none of them worked for me.
I have a table named "pro_membersu_agents" that has about 20 fields but here are the ones that I need data transfered from :
fname, lname, phone, street, email, descr, url
So there are 7 fields.
In this table I have 4 users that are registered so there are 4 record sets.
########################################
In the same database, I have another table named "CRMcustomer" that has about 25 fields , but I only need the following fields to accept data from my first table:
custname, contact_title, contact_phone, contact_email, cust_address, cust_remarks, cust_homepage.
So there are fields too.
How can I transfer data from "fname' to "custname", from "lname' to "contact_title" ... etc .... ????
I have tried different INSERT/SELECT options as stated on this forum but none worked, the second database doesn't get populated.
I put the script in a php page, load it in IE, I don't get any parsing error, but the database is not getting populated.
Thank you, thank you for your assistance.
Luke