i have tried no of thing's to Populated the Relation between the no of form but it's Won't help me ....
pls help me any one my requirement is as follows
i have three table as
Customer,
OrderHeader,
SubOrder,
in Customer table i have two filelds CustomerID,CustomerName
in OrderHeader table i have OrderNbr as primary key and CustomerID as Foreign key and other column also, in SubOrder table i have filed name subOrderNbr as primary key and OrderNbr as foreign key from OrderHeader table using this info i want to genrate form for Select one CustomerName from DropDown and place one order (SubOrder also) for that customer pls send me sample Db using your Filed name and othere info..
this table is use for trace the item in perticular order
suppose one customer place ordre with number of items..
so OrderDeatil table is use for that ...
OrderDetailID PrimaryKey
OrderNbr ForeignKey
so if i want to relate all this three table then need to write query for that ..
My Question is that if you are able to show me how can i place one order for perticular customer by selecting customer name from dropdown and all data should save in each table ??
pls help me by sending sample db or code i have search all try your sample DB also but not solve my issue
Based from the .zip database file, you don't have relationships defined...I guess you need to relate your tables with one another...Say, Order headers relates with ordersubtable, customer relates to orderheader, products relates to orderssubtable...