There are two styles of windows in Forms: document and dialog. Document windows are commonly used for data entry and query screens; they are the main windows in an application. Dialog windows are used to deliver messages display lists or present the user with a specific task. On Microsoft Windows operating systems there is a third style of window called the Multiple Document Interface (MDI) window. The MDI window serves as a parent window to all of the other windows in a form.