Assuming that i have 2 related tables. CUSTOMERS(Cus_Id, Cus_Address, Cus_Name) and ORDER(Order_NO, Order_Descrip, Cus_Id)
customers to orders is --- one to many.
how do i add data into CUSTOMERS table or ORDER table? Am using OLEDB which is Access database and C# as language.
Thanks