Sorting and Filtering Records

Access gives you the ability to work with enormous amounts of data, which means it can be difficult to learn anything about your database just by glancing at it. Sortingand filtering are two tools that let you customize how you organize and view your data, making it more convenient to work with. In this lesson, you’ll learn how […]

Working with Forms

While you can always enter data directly into database tables, you might find it easier to use forms. Forms ensure you’re entering the right data in the right location and format. This can help keep your database accurate and consistent. This lesson will address the benefits of using forms in a database. You will review examples of different […]

Working with Tables

While there are four types of database objects in Access, tables are arguably the most important. Even when you’re using forms, queries, and reports, you’re still working with tables because that’s where all of your data is stored. Tables are at the heart of any database, so it’s important to understand how to use them. […]