Continuous roster

Discussions about CSEntry
Post Reply
quicnsereko
Posts: 9
Joined: February 24th, 2015, 12:51 am

Continuous roster

Post 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 1.PNG (10.87 KiB) Viewed 3965 times
Image 2.PNG
Image 2.PNG (9.53 KiB) Viewed 3965 times
Image 3.PNG
Image 3.PNG (17.67 KiB) Viewed 3965 times
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Continuous roster

Post 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.
quicnsereko
Posts: 9
Joined: February 24th, 2015, 12:51 am

Re: Continuous roster

Post 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.
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Continuous roster

Post by josh »

I would probably just add additional variables for the dry and fresh e.g. DRY_QUANTITY, DRY_UNIT... FRESH_QUANTITY, FRESH_UNIT...
Post Reply