Category Archives: Office

Office

Group By Clause in Microsoft Access Query

In this tutorial, we will show you how to use a Group By clause in Microsoft Access. Groups in access can assist you in organizing the objects in your database. Group by Clause combines records with identical values in the specified field list into a single record. A rundown value is fashioned for each record if you take in an SQL aggregate function, such as Sum or Count, in the selected statement.
The Access group by clause comes after the where clause of a query and before the optional having clause in the query.


read more »

Office

How to Create a Yes or No Query in Microsoft Access

Microsoft Access is a database system which provides an easy to use interface for the end user. Tasks like creating, and managing databases, creating tables and queries to fetch data from those tables has been made easy in Microsoft Access. In this tutorial, we will learn how to create a query in Access with a Yes or No criterion.


read more »

Office

How to Sync Outlook Tasks with Google Tasks

In this tutorial you will learn to sync Outlook tasks with Google Tasks.


read more »

Office PC

How to Open Excel File in C#

Microsoft Excel can be managed and operated through C# code with the help of several built in libraries, which include functions to operate Excel. In this tutorial, we will show you how to open an excel file in C# application.


read more »

Office

How to Change Outlook Time Zone

In this tutorial you will learn how to change Microsoft Outlook’s time zone.


read more »

Office

How to Reset Microsoft Access Autonumber

In this tutorial, we will show you how to reset the Microsoft Access autonumber field. The Microsoft Access can be accessed from the web for others to see and make alterations. Microsoft Access is very handy database that provides you multiple options to customize your database.
You can upload Access database to web so that you can make changes from anywhere you are.


read more »

Office

How to Keep Outlook from Deleting Emails from Server

In this tutorial you will learn how to keep Outlook from deleting emails from server.


read more »

Office

How to Use Offset Function in Excel

In this tutorial, you will learn how to use the OFFSET function in Excel.
The offset function returns a reference to a range that is a given number of arrows and columns away from a given reference.
In our example, we will want to check the last entries of column A and column B, the Date and the Closing Rate respectively.


read more »

Office

How to Calculate Net Present Value (Npv) in Excel

In this tutorial, you will learn to calculate Net Present Value, or NPV, in Excel.
Net Present Value is a financial function that is calculated for an investment, and it represents the present value of the investment minus the amount of money that costs to buy in. Excel offers a preset function for this called NPV.
Please be aware that all the investment cash flows must occur at the same interval for the calculation to be accurate.
NPV has two arguments: rate – which refers to the discount rate, and the range of values that contains future cash flows.


read more »

Office

How to Create an And and Or Query in Microsoft Access

In this tutorial, we will show you how to create an And OR query in Microsoft Access. When you want to limit the results of a query based on the values in a field, you use query criteria. A query criterion is an expression that Access compares to query field values to determine whether to include the record that contains each value. Creating a query is easy in ms access.
Consider this sample database over here. This table contains the complete details of the customers. What if you want to view the customers of a specific city?


read more »