i need a tabbed structure in my report. in my first tab i need the input form and in the subsequent tabs i need my queries. how can i transport my form input to other tabs and sub tabs? my structre is something like:
Tab1: input form
Tab2:Orders
tab 2a: report 1 on order
tab 2b: report 2 on order
tab 2c: report 3 on order
Tab 3: Cost
tab 3a: report 1 on cost
tab 3b: report 2 on cost
tab 3c: report 3 on cost........and so on
i need that what users enter in tab 1 is transferred to tab2a, tab 2b, tab 2c, tab 3a, tab 3b, tab 3c.......etc.....how can i go for it????plz help