Behind every software application, there is a database. The word database intimidates people, but it shouldn’t. It is only a way to store and retrieve data. Think of the database as the utility drawer in your kitchen. You put things in that you will need at a later time. When you require something, you just open the drawer and get it out. Over time, as new items are put in, the drawer becomes cluttered and finding things become that much more difficult. You may decide one day that you need some type of organizational system to neatly place and retrieve items from this drawer.
This is what Access does; or any software, for that matter. It organizes the data into columns and rows in a table. Then forms are used as an interface, or interpreter, so that the user can interact with the tables to organize things. Queries search the data and pull out only the portion that you need. Reports present the data in a visually-appealing way. Now, that doesn’t sound too intimidating, does it?