As far as Notes is concerned, it's simply a matter of indicating the field to be represented in the column of the view. Create a column, then set its value to that of whichever field you want. In terms of selectively bringing two groups of data together, it's best to create separate views for each, then a third view that programmatically combines elements of the two. For example, you might use DbLookup to pull a value (whose first column, say, matches a particular 'casenumber') from one view. then do the same for the other view. The problem with this approach is that it's computationally expensive. You're better off placing all of the columns you want in one view (with 'casenumber' as the first column), categorizing, and formulaically hiding columns that you don't want displayed. "One fish, two fish,
Red fish, blue fish."