Tag Archive for 'Microsoft Office'

Access vs Excel: How To Choose The Right One For You

Data is a major part of life, but how do we manage it? Most use Excel, some use Access. Both have their similarities. So Access vs Excel, which should we choose?

Microsoft Access vs Microsoft Excel

Contents

To jump right in, both programs can store large amounts of data, run powerful queries and perform sophisticated calculations to return the desired results.

To put things extremely simply, you use Excel for data analysis and Access for data management.

Still, if we want to know which piece of software, specifically, might be helpful for our particular needs, it’s useful to look at the benefits of both programmes.

(Note: All Microsoft Office suites include Excel, but not all suites include Access.)

1. Access vs Excel: Advantages

1.1 Advantages of Excel

Excel is a spreadsheet programme and one of the most used applications in the world, with many benefits of use:

1. Easy to Learn: Excel takes relatively little time and effort to learn. Although Excel has many advanced functions that take longer to master, you can quickly pick up the fundamentals.

2. Data Visualisation Capabilities: Excel has an incredible number of options for visualising data, including PivotTables, graphs and charts, which you can customise however you wish. 

3. Formulas and Functions: Excel formulas can do almost anything, from simple numeric calculations to very complex analyses.

4. Flexibility: Although designed for Data analysis, Excel can be (and has been) used for almost any task

(Follow this link for our beginner’s guide to Excel)

1.2 Advantages of Access:

Access is a Microsoft database management system (DBMS) used for both small and large databases.

1. Relational Database: Access allows you to relate data in one table to data in different tables. Information can be stored in one table and referenced in another.

(NB: It is also possible to have a relational database model in Excel, but this involves using Excel’s more advanced functionality.)

2. Reporting Capabilities: Access has possibly the best report-generating capabilities of any of the members of the Microsoft Office suite.

3. Storage Capacity: Access is built to handle enormous amounts of data as a database system. It can also differentiate between different types of data.

4. Data Validation: Access allows you to check or validate data in your databases as you enter it by using validation rules.

To decide if Access or Excel is best for your needs, you can consider the following questions:

5. Flat versus relational data: Is your data relational? Data contained in a single table or worksheet is called flat or nonrelational data. In a relational database, you organise your information into multiple tables.

6. Local versus external data: You can use Access to connect to data from various external data sources to view, query, and edit that data without having to import it. You can also use Excel to connect to multiple data sources (including Access), but you cannot edit the source data through the Excel user interface.

7. Data integrity versus flexibility: Access requires unique identifiers within any Table, which help preserve the integrity of your data and which are used to relate records in one table to records in another. Excel lets you enter data more freely, although it is possible to control data entry using the Data Validation command.

8. Multi-user collaboration: Access lets multiple users open a single database simultaneously because it locks only the data that another user is editing. In Excel, you can share a workbook with other users, but collaboration works best when users work on data at different times, not simultaneously.

You can also ask which data analysis tools would best suit your purpose:

9. Querying: Access allows the creation of complex queries to view your data in various ways, retrieving only the rows and columns of data you want, whether the data is contained in one or many tables.

10. Modelling? Excel has what-if analysis tools that allow you to run different scenarios on your data, such as best-case and worst-case scenarios. No similar feature is available in Access.

11. Pivoting and charting? Excel provides PivotTable reporting and advanced charting features. Although Access can produce pivoted (Crosstab) reports and has some charts available, they are not as sophisticated as those in Excel.

(Follow this link for our beginner’s guide to Access)

2. Access vs Excel: When to Use Them

2.1 When to use Excel

Excel is incredibly flexible and can store data like Access, but is optimised for data analysis and calculation. Use Excel when you:

  • Only need a flat or nonrelational view of your data.
  • Run calculations and statistical analysis.
  • Want to use PivotTable reports.
  • Create charts regularly.
  • Want options to emphasise your data, like conditional formatting icons, data bars, and colour scales.

2.2 When to use Access

Very generally, Access is the best choice when you track and record data regularly, and need to export or produce reports for subsets of that data. Use Access when you:

  • Have multiple users.
  • Will be adding more tables to a data set.
  • Want to run complex queries.
  • Want the ability to produce complex reports.

3. Using Access and Excel together

Of course, it is not necessarily an either/or choice. There may be times when it makes sense to take advantage of both programs’ benefits. It does not matter which program you have used first. There are built-in tools to bring data into Access from Excel (and vice versa) by copying, importing, or exporting it.

If you use Access to store your data and Excel to analyse it, you can benefit from both of these excellent pieces of software.

If you would like to learn more about either software, we provide certified training courses tailored to you and your requirements. Get in touch with us today for a free, no-obligation consultation.

Barker Gate
Nottingham, NG1 1JU

Microsoft Access: Introducing You to the Database(ics)

Microsoft Access arguably doesn’t share the same fame as other Microsoft products. However, it still packs a punch. Read on to find out what it can do.

Microsoft Access

Data, data, data. It’s what most businesses boil down to; it holds the secrets to success, but if improperly managed, it is the cause of problems. It needs to be stored effectively and efficiently to keep this rich source of insight and strategy working in your favour.

The solution? Databases.

This leads us to today’s menu of discussion as one of the first mass-market database programs for Windows, Microsoft Access.

What is Microsoft Access:

Microsoft Acess is a data management system (DBMS) produced by Microsoft and part of the Microsoft 365 Office Suite.

It uses a graphic user interface (GUI) and software development tools. It’s suitable for people with and without coding experience and is used to store, manage and visualise large quantities of data.

Microsoft Access is an excellent database software solution for individuals and small to medium businesses. 

Applications of Microsoft Access:

  • Creating forms for data entry 
  • Importing data from other databases (such as Excel)
  • Creating reports that you can save in a PDF format for printing and sharing
  • Designing forms for data entry and viewing

Components of Microsoft Access:

Tables

The backbone of all databases is the tables, which hold the data and information. Like Excel, you can build tables of rows and columns, each with a field name and the rows representing a record.

Creating all the necessary subject-based tables for the data required is the first step of creating a database in Microsoft Access.

Queries

In Microsoft Acess, you can use queries to apply conditions that will sort, search, and filter the data into relevant views, so specific information in the database is easier and quicker to find.

You can also use Queries to calculate, summarise and combine data, and create automations with no code.

The database query language is SQL (Structured Query Language). However, you only need to learn SQL if you wish to be an advanced Microsoft Access user.

Relationships

You use Relationships to create a connection between different tables with related fields. The result of building a Relationship between tables is one table with common fields that have their relationships with other tables defined.

Relationships are essential when creating Microsoft Access databases. They reduce redundancies and repeating data.

Forms

Forms are a fundamental Microsoft Access component as it controls how the user interacts with and operates the database. For example, people can enter, edit and display data using them.

You can also design and revise forms to reflect their purpose.

Reports

Reports are a way to format, summarise and show the results and information given by the database. Once you have created the report, Microsoft Access saves it in an uneditable format, such as a PDF.

Macros

Microsoft Access Macros allow the database to carry out actions automatically. It is essentially a simplified version of coding where, instead, you select a list of actions from a drop-down list to create the automation.

The order of actions given in your list will be the order in which the automation performs the steps and doesn’t require code in a Visual Basic for Applications (VBA) module.

Modules

Modules are where user-defined actions, functions and global variables created using VBA are written, stored and accessed in Microsoft Access.

VBA is more powerful and versatile than Macros, but it is more complex to add functionality to the database and is usually the choice of advanced Microsoft Access users.

Interested in improving your Microsoft Macros mastery by learning how to use VBA? Click here to find out more about our extremely popular VBA course.

If you want to learn more about Microsoft Acces, check out some of our Tips and Tricks here!

Your needs are at the heart of our enterprise. We look forward to hearing what your training requirements are and how we can help you or your company reach your goals every step of the way.

How To Identify Version Of Microsoft Office

When buying a course or looking for tips, it’s easier for the provider if you know which version of Microsoft Office you’re using. This guide will show you how to identify this on either Windows or Mac.

 

When using Windows

 

  1. Open any of your Office applications (Word or Excel) and create a new document.
  2. Choose File in the top left corner, and then select either Account or Help from the list on the left.
  3. Under Product Information, you’ll see your Office product name and, in some cases, the full version number.
  4. If the full version number doesn’t appear here, choose About Excel. A dialog box opens, showing the full version number and bit version (32- or 64-bit) at the top.

excel product

 

1 – Product name, such as Microsoft Office Professional Plus 2013 or Office Home and Student 2016

2 – Full version number, which starts with 15 for Office 2013 or 16 for Office 2016.

 

 

 

On Mac

 

  1. Open any of your Office applications (E.g. Word or Excel) and create a new document.
  2. Go to the Excel menu and choose About Excel.
  3. In the dialog box that opens, the version number appears in the middle (Office for Mac 2016) or in the top left (Office for Mac 2011).

 

excel

 

 

If you have any questions or need any help at all message us on Facebook and Twitter

 

Office 365 Tip: Creating Sites

Office 365 Sites are a good way of creating social pages for your business and creating spaces where various departments can share, interact and store information that only they can access. So here is how to create one.

 

 

To create a Site, Log on to your Office 365 account and if you are an administrator, find the Admin Tab.

 

Picture1
Under Admin, Click on SharePoint and under site collection a new Ribbon will appear.

 

 

Picture1

 

 

Click on New then Private Site Collection as per picture below and a pop up Site Wizard window will appear, fill out all the spaces. You will need to give your site a unique name. I would consider naming by Department or Function of the site to make it easy to find.

 

 

 

Picture1Picture1

 

Picture1

 

 

Add a person as a Administrator to help control what happens on the site and allow for a person to be responsible for adding documents, other employees….etc to the site.

 

Picture1
Once you have created your Site, it will look something similar to this:

 

Picture1

 

 

Sites can be very useful especially if certain individuals are constantly moving or traveling, or want to access certain documents and contact other individuals without the need to access files remotely. Like much of Office 365, Sites can also be accessed via a tablet, smart phone or ay hand held device with Internet connectivity.

 

 

Found this tip helpful? then let us know via our Facebook and Twitter pages.

 

 

 

Introducing Sway!

462ae32184d166b666d3270546db7e8fe1744baa

 

In August 2015, Microsoft released a brand new software called, Sway – an online package to create and share your amazing stories, presentations and more!

 

It is a part of the Microsoft Office Online package; similar to Excel, PowerPoint, and Word Online. Sway can be used to create presentation style websites which are great for for telling stories or documenting an event. So how about having a go and documenting your fantastic Christmas and making it a one that no one will forget.

 

In a nutshell, Sway is an updated version of PowerPoint that is more user friendly. At a glance its easy to follow and if you wish to import media into your project then you don’t even need to leave the app.

 

Sway is currently available on Windows 10 and IOS, However it must be a downloaded app. alternatively it can be accessed through Office Online.

 

With Christmas just around the corner most families like to document the celebrations by videoing the special occasion, but using Sway takes it to another level. You can upload videos, pictures, and add text to a family friendly user face and share it directly to social media like Facebook and Twitter.

 

So check it out, and show us your results!