Here's some information from a book that I found extremely helpful when I first started working in Notes (
Notes & Domino R5 Developer's Guide to Buiding Applications - Matt Riggsby):
*********************************************************
Imagine a bus schedule, a few items torn from a glossy illustrated cataog and a pair of movie tickets. All three are documents, each of which you could fold up and put in your pocket. However, each has an entirely different internal structure. The bus schedule contains a table of times and places. The catalog page contains pictures, descriptive text, and accompanying prices and product numbers. The movie tickets contain a time, the movie title, the theater name, and perhaps a watermark, barcode, or other means of confirming the ticket's authenticity. You can modify the documents, adding or altering data as necessary. You might highlight important times on the bus schedule or draw a big red circle around the opal pendant you're planning to buy for your mother for her birthday.
This pocketful of paper is like a Notes database. Each document contains fields arranged by a designer (a graphic designer who laid out the catalog or bus schedule) and populated by a "user" (a committee in charge of planning bus schedules or the marketing staff in charge of writing copy for the catalog). Each document can be modified by later users, who can add data of types not accounted for by the original designer. Notes isn't a batch of records; it's a pocket (or filing cabinet) full of papers, each of which can have its own unique structure. However, Notes can take advantage of any common features that do happen to exist to categorize and process those documents.
Notes can keep track of relationships between documents far better than paper documents can. It's possible to construct a document so that it knows it is a response to an existing document. Documents can not only be linked togehter, but can also be easily arranged in a heirarchy. This is like exchanging correspondence with people and assigning each letter a series of idenifying numbers so that you can quickly and easily sort the correspondence into file folders by referring to those numbers rather than to the dates of the individual letter or to their content.
Unlike a paper document, a Notes document typically does not carry any information with it about how it should be displayed. If the user views a document, it is viewed through the lens of a
form. A Notes form can generally be thought of as similar to a paper form, such as an income tax form or job application. It provides structure for information, with blanks to be filled in and labels and instructions on what to do.
All that information has to be organized somehow. For that purpose, Notes provides more design elements,
views and [/i]folders[/i]. Both are essentially lists of documents, usually displaying summary information about each document.
addition: think of the 'Inbox' of your Notes email, that is a "view" of all new documents in your mail database
***********************************************************
So when you look at the applications you found in the Sandbox, look to see if there are any 'Views', open one, this will show all the documents that meet the criteria of this view. A view can be designed to show all documents that have a specific form that is used to display them. If there are documents in the view, if you double click one and open it, it will be displayed through either the default form of the database or the specific form declared that it is to be viewed with.
For example, in your Notes Inbox, right click on a document. Open the document properties; the second tab in the box that opens displays all the fields in the email. If you select an email that was sent directly to you from another person, the form used to open it is 'Memo'. If you select one that someone replied to you (Re: Subject), the form is 'Reply'.
Hopefully this will help you understand a little more what you are dealing with.
Leslie