You can add records to your database in any order. You don't have to insert new records alphabetically because you can have the program itself resort all the records for you; you can filter your information to display only selected records. Sorting DataYou use List view to display all the records in your database. By default, these records are listed in the order in which they're entered. However, you can sort these records by any fieldin either ascending or descending order. Follow these steps:
Works now resorts your database as directed. Filtering DataAnother option you have in Works Database is to display only those records that match a specific criteria. This is sometimes necessary if your database contains a lot of records and you want to view only a subset of them. This process is called filtering the database, and it's easy to do. For example, in your movie database you might want to display only Humphrey Bogart movies. You would create a filter that looks for all records containing Humphrey Bogart as an actor and displays only those records. To create a filter, follow these steps:
Using the movie database example, if you wanted to display only Humphrey Bogart movies, you would select Lead Actor as the Field Name, pull down the Comparison list and select Contains, and then enter Humphrey Bogart in the Compare To box. Works Database looks for those records where the Lead Actor field contains Humphrey Bogart and displays only those records. |