hi, ok i have found out how to insert into different tables,
you have to execute three commands,
add data into customer table,
get the customer id created,
and then add data into the order table with the retrieved customer id.
But i do not know how to code this
i have looked around, and everyone talks about entering data into one table,
or just retrieving the created id, i really need to know how to code this.
Your help will be really valued.
Thank You
AA