I agree with ItsMe - your data structure is not normalized and will likely cause you issues.
Right now you have 48 cells (a limited number of measurements, not an infinite/unknown number). What if the requirement changed to 60 cells? This would mean modifying tables, queries, forms, reports.
Also, do you need to do statistical analysis of the 48 cells - average, standard deviation, etc? Do you want to graph the data? This will be very difficult with this structure.
1. AFAIK, scroll bar always scrolls records, not 'pages'
2. set form properties
3. edits on one form will not carry over to 'copies', they are independent, suggest one form and use code to manage the 4 variations
4. several methods to accomplish
dynamic parameterized query
http://www.datapigtechnologies.com/f...tomfilter.html
code (macro or VBA) to set form Filter property