Next consider how you can best organize these tasks into menus. You can organize your menus by any one, or a combination, of the ways identified here.
•Do the tasks have to be performed in a certain order? If so, organize them by function.
•Are some tasks performed more often than others? If so, organize them by their frequency of use.
•Are the tasks related to the structure of the database? If so, organize them by table.
In SkyWriteApp, you can group the tasks by table.
Now, using the table names as menu titles and the tasks as the options on each menu, turn your list of tasks into a menu tree. A menu tree shows the order and hierarchy of menus in your application.