Page 1 of 1
Continuous roster
Posted: December 16th, 2015, 6:28 am
by quicnsereko
I have a table that spans three pages, the first three columns are the same and data should be consistent for these columns on all pages. What is the easiest way to handle this.
Image 1.PNG
Image 2.PNG
Image 3.PNG
Re: Continuous roster
Posted: December 16th, 2015, 10:52 am
by josh
You can create one record that contains all the columns for all three pages and then create three separate rosters, one for each page. Just only drag the columns onto the form that you want on each page.
Re: Continuous roster
Posted: December 16th, 2015, 2:13 pm
by quicnsereko
Thanks alot josh, In the last table each entry splits into two to cater for quantities of dry harvest and fresh harvest, how do I handle that.
Re: Continuous roster
Posted: December 16th, 2015, 5:03 pm
by josh
I would probably just add additional variables for the dry and fresh e.g. DRY_QUANTITY, DRY_UNIT... FRESH_QUANTITY, FRESH_UNIT...