Software Articles
From photo-editing apps to music recording software, these articles have the lowdown on your favorite programs.
Articles From Software
Filter Results
Article / Updated 10-28-2024
A paper database is useful for storing information, but not so useful for finding it again. With Access 2019, searching and finding information is easy. If you have a thousand business cards stored in a Rolodex file, how much time do you want to waste trying to find the phone number of a single person? With Access 2019, that is no longer a concern. Searching a database is crucial to make your data useful, so Access provides two ways to search a database: Search for a specific record. Use a filter to show one or more records that meet a specific criterion. Searching MS Access for a specific record The simplest type of search looks for a specific record. To search for a record, you need to know the data stored in at least one of its fields, such as a phone number or an email address. The more information you already know, the more likely Access will find the one record you want. If you search for all records that contain the first name Bill, Access could find dozens of records. If you just search for all records that contain the first name Bill, the last name Johnson, and a state address of Alaska, Access will likely find just the record you want. To search for a specific record in an Access database table, follow these steps: In the All Access Objects pane on the left of the screen, double-click the name of the database table you want to search. Access displays the Datasheet view of your database. Click the Home tab. In the Find group, click the Find icon. The Find and Replace dialog box appears. Click in the Find What text box and type the data you know is stored in the record you want to find. For example, if you want to find the phone number of a person but you know only the person’s last name, type the last name in the Find What text box. Click the Look In list box and choose Current field or Current document (searches in all fields). (Optional) Click in the Match list box and choose one of the following: Any Part of Field: The Find What text can appear in any part of a field. Whole Field: The Find What text is the only text stored in a field. Start of Field: The Find What text can be only at the beginning of a field. (Optional) Click in the Search list box and choose one of the following: Up: Searches from the record where the cursor appears, up to the beginning of the database table Down: Searches from the record where the cursor appears, down to the end of the database table All: Searches the entire database table Click Find Next. Access highlights the field where it finds the text you typed in Step 4. Repeat Step 8 to search for more records that may contain the text you typed in Step 4. Click Cancel or the Close button. Filtering an Access database Searching a database is easy but somewhat limited because you can retrieve only a single record at a time that matches any text that you want to find. If you want to find multiple records, you can use a filter. A filter lets you tell Access to display only those records that meet certain criteria, such all records that contain people who earn more than $200,000 a year, are currently married, live in Las Vegas, Nevada, and own two or more cats. To filter a database table, you must tell Access which field or fields to use as a filter, and then you must define the criteria for that filter. For example, if you want to filter your database table to see only records listing the names of people who are at least 65, you filter the Age field and set the criterion to Greater than or equal to 65. Filtering simply hides all records in a database table that don’t match your criteria. Filtering doesn’t delete or erase any records. Using an exact match for a filter in Access 2019 The simplest filtering criterion searches for an exact match. When you filter a field by an exact match, you’re telling Access, “I want to see only those records that contain this specific chunk of data in this particular field.” By using an exact match filter, you can display, for example, only the records that contain CA in the State field. To filter a database table, follow these steps: In the All Access Objects pane on the left of the screen, double-click the name of the database table you want to filter. Access displays the Datasheet view of your database. Click the Home tab. Click in the field (column) that you want to use as a filter. In the Sort & Filter group, click the Filter icon.A pop-up menu appears. You can either Select or clear check boxes from this menu. Continue with Steps 5 through 7 for more flexibility. Choose Text Filters. A submenu appears. Choose a filter option, such as Equals, Begins With, or Contains. A Custom Filter dialog box appears. Type the data you want to find and click OK. Access displays your filtered data, and a filter icon appears in the column heading. Access remembers your filter settings. If you want to clear the filter, click the filter icon in the column heading; when a pop-up menu appears, choose Clear Filter. To view all the data in your database table, click the Home tab. Then in the Sort & Filter group, click the Toggle Filter icon. Filtering Access databases by form One problem with defining filters in Datasheet view is that you have all your database table records cluttering the screen. To avoid this problem, Access lets you define filters by using a form, which basically displays an empty record so you can click the fields that you want to use to filter your database table. To define a filter by form, follow these steps: In the All Access Objects pane on the left of the screen, double-click the name of the database table that you want to filter. Access displays the Datasheet view of your database. Click the Home tab. In the Sort & Filter group, click the Advanced icon. A pull-down menu appears. Choose Filter by Form. Access displays a blank record. Click in any field, then type the data you want to filter such as a last name. In the Sort & Filter group, click the Advanced icon and then click Apply Filter/Sort. Access displays a filtered view of your database table. You can click the Toggle Filter icon again to view all the data in your database table. Using a filter criteria in Access 2019 Searching for an exact match in a field can be handy, but sometimes you may want to see records that meet certain criteria, such as finding the names of everyone whose salary is greater than $50,000 a year. Instead of filtering by an exact match, you have to define the filter criteria. The type of data stored in each field determines the type of criteria you can create. Three common types of data stored in fields are text, numbers, and dates, which you can filter in different ways. Common Criteria for Filtering Text Data Filtering Criteria Description Equals Field must match filter text exactly. Does Not Equal Field must not match filter text. Begins With Field must start with the filter text. Does Not Begin With Field must not begin with the filter text. Contains Field must contain the filter text. Does Not Contain Field must not contain any part of the filter text. Ends With Field ends with the filter text. Does Not End With Field does not end with the filter text. Common Criteria for Filtering Numeric Data Filtering Criteria Description Equals Field must equal filter number. Does Not Equal Field must not equal filter number. Less Than or Equal To Field must contain a number less than or equal to the filter number. Greater Than or Equal To Field must contain a number greater than or equal to the filter number. Between Field must contain a number that falls between two filter numbers. Common Criteria for Filtering Dates Filtering Criteria Description Equals Field must equal the filter date. Does Not Equal Field must not equal the filter date. On or Before Field date must be equal or earlier than the filter date. On or After Field date must be equal or later than the filter date. To create the filter criteria, follow these steps: In the All Access Objects pane on the left of the screen, double-click the name of the database table you want to filter. Access displays the Datasheet view of your database. Click the Home tab. Click in the field (column) that you want to use as a filter. In the Sort & Filter group, click the Filter icon. A pop-up menu appears. Select the Filters option, such as Text Filters or Number Filters. A submenu of filter options appears. Click a filter option, such as Between or Less Than. The Custom Filter dialog box appears. The Custom Filter dialog box contains the name of your filter option, such as Between Numbers or Less Than. Type one or more values in each text box in the Custom Filter dialog box, and then click OK. Access filters your database table according to your criteria. Repeat Steps 5 through 7 for each additional filter you want to add. You can click the Toggle Filter icon again to view all the data in your database table. Clearing a filter in Access 2019 When you apply a filter to a database table, you see only those records that match that filter. Access displays a Filtered message at the bottom of the screen to let you know when you’re looking at a filtered database table. To remove a filter so you can see all the records, choose one of the following: Click the Toggle Filter icon in the Sort & Filter group. Click the Filtered or Unfiltered button on the status bar near the bottom of the screen. Access temporarily turns off any filters so you can see all the information stored in your database table. When you choose the Save command (Ctrl+S) to save a database table, Access also saves your last filter. The next time you open that database table, you’ll be able to use the last filter you created. If you want to save multiple filters, you’ll have to save them as a query. See these handy Access keyboard shortcuts for further information.
View ArticleStep by Step / Updated 08-27-2024
Traditional Word users may be really disappointed that pressing the Ctrl+F key in Word 2013 summons the Navigation pane. They want Ctrl+F to bring forth the traditional Find dialog box, the one that’s now called the Advanced Find dialog box. To make that happen, follow these steps:
View Step by StepCheat Sheet / Updated 08-07-2024
Photoshop CS6 retains all it had in previous versions —, and provides new features to help you with your tasks, such as a darker, more immersive, User Interface, true vector Shape layers, the Oil Paint filter, Adaptive Wide Angle correction, Content-Aware Move tool, new brush tips, and more. None of it is hard to learn, and all of it will help enhance both your productivity and creativity.
View Cheat SheetCheat Sheet / Updated 06-17-2024
Google Workspace offers a huge number of keyboard shortcuts that not only enable you to navigate the app interfaces quickly but also let you easily invoke many app features and settings. Here you see some of the more useful shortcut common to the Google Workspace apps, as well as some handy shortcuts you can use with Gmail and Calendar. Do you need to memorize them all? Don't be silly. But do read through the lists, as you'll probably find two or three that you'll find useful every day.
View Cheat SheetCheat Sheet / Updated 05-07-2024
Unlike traditional software, Salesforce is software-as-a-service (SaaS). You sign up for a subscription and log in through a browser, and the software is immediately available. You may need to make some adjustments to make all aspects apply to the details of your business. There’s no purchase, installation, or hardware setup required! With Salesforce, you have a full suite of services to manage the customer life cycle.
View Cheat SheetCheat Sheet / Updated 04-30-2024
When it comes to Blender, you can save time in many ways. Memorizing common mouse actions and numeric keypad hotkeys in Blender or common keyboard hotkeys in Blender’s 3D View help you work more efficiently in Blender. If memorization isn’t your thing, you can even print lists of these mouse actions and hotkeys and refer to them whenever you need to.
View Cheat SheetCheat Sheet / Updated 12-03-2023
Adobe Analytics is the most powerful tool available for analyzing digital consumer data, but it’s easier to grasp if you know where to start. Master the most basic and widely applicable features in the easiest way. Get details on two standard calculated metrics in the analytics industry that focus on analyzing engagement on your site, app, or other digital property. Discover several tips to improve your productivity in Analysis Workspace.
View Cheat SheetCheat Sheet / Updated 11-01-2023
As you edit images in Photoshop Elements, you need to know your way around the editor workspace and the tools panel — especially the selection tools. Check out the visual reference to the photo editor and the tools panel keyboard shortcuts, as well as the table of Photoshop Elements selection tricks. Having these references by your side will help you edit images in Elements quickly and easily.
View Cheat SheetCheat Sheet / Updated 11-01-2023
You can make the most of your work in QuickBooks Online by using handy and time-savings shortcuts and tool buttons. Using keyboard shortcuts means you can seamlessly access various windows and pages without touching a mouse. The various icons at the top of the QuickBooks Online page help you quickly search for items, create new items, or display transactions.
View Cheat SheetCheat Sheet / Updated 10-31-2023
QuickBooks 2024 makes small-business accounting fast and easy. But your day-to-day business bookkeeping will go even more smoothly if you employ a handful of QuickBooks user interface tricks, editing tricks, and keyboard shortcuts.
View Cheat Sheet