<< I want to put a scrolling region on each page, page one that will only show the lines coded as a deposit 'D' Page two only shows the 'W' items. Page three only shows 'C' items. >>
If you want to use a scrolling region, you will need to create three simple single-table views WITH NO COMMON COLUMN NAMES and attach each view to one of the scrolling regions. If you're not wedded to using scrolling regions, make a variable form and use three list views instead. Each list view can have it's own selection criteria. In this case, if you want to actually edit the records you can't do it "in place" -- you will have to make a separate edit form and attach an EEP to the DOUBLE CLICK event for the list views (and / or a separate button or menu option) that EDITs USING the edit form. I prefer the second method. A tad bit more work, but much more control over the user experience and better consolidation of the edit logic on the single form (instead of tied to fields on each of three separate scrolling regions). -- Larry

