I want to take the datas from two different table having same field name for example,
customer_name is the field name
this field is both in
cust_info
cust_act
if i use the UNION Query it asks exactly the same no of fields both in righ and left of UNION
is there any other way to get the datas from both the table?