Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to make form in which I have one Header Table and two Detail Table. I am confused how make those form should I choose Tab Container or there is another way of doing that. Cause I have to give Edit option too.


Case_Header Table

Case_ID int,Case_No varchar(35).


Case_Container

Container_Id int, Case_ID,Container_No varchar(10).


Dispatch_Detail

Dispatch_ID int, Case_ID int, Dispatch_Date Datetime.
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900