Hi,
I have a database which contains records received through several forms like
1. Claim forms with Different sections
a. Section1:Project Information(requester name, team name, request date, need by date, request number etc)
b. Section2. Request Detail (product line, profile type, zone,region, state, sub type etc.)
Similarly,
2. Organization form with different section.
a. section1: Project information (requester name, ream name,request date etc)
b.section 2: request detail:(product line, profile type, zone,region, state, sub type etc.)
3. enterprise form with similar sections(above as in 1 and 2).
Now, I need to create a single master form with different section (like request num,type of request(want to have select option in form which will enable me to pick what type of form i want information from either form1, form2 or form3), start date, end date, status) which will enable me to track the information of all the three above form. If I enter the information in my master form then it should display me result of above three form like what type of form it is who is the requester of the form what is the status and so on. Can anyone suggest what will be the step to create this master form which will enable me to navigate all the above three form? Thank You..