Hi,
I am having three tables named like tbl_report1,tbl_report2,tbl_customer .my issue is i want to combine these tables data and structure into one table like tbl_company.is it possible?.if possible in the sense can you please give me the suggesstion.please do the needful.
tbl_report1 columns:
invoiceno,particulars,quantity,perprice,amount,orderno,compname,invoicedate,ondate,invoiceid.
tbl_report2 columns:
compname,compaddress,invoiceno(primarykey),orderno,invoicedate,ondate,amountstatus,netvat,netamount,tamount
tbl_customer columns:
custid(primarykey),custname,custaddress,custcity,custstate,custstdcode,custphoneno,custmobileno
from the above three tables i want to copy their data and structure into tbl_company.how can i proced.
Best,
Sudheep.