Thursday, July 3, 2008

Managing Your Customer Database

By. Syed Ali

Managing your customer relationships is vital to the success of your business; you neglect your customers at your peril. With a small customer base and a simple sales process in a relatively static market a business may operate an effective Customer Relationship Management (CRM) solution based on index cards or a simple Microsoft Excel spreadsheet to keep client data. In such an instance, a small business owner may be able to keep client information such as address and telephone numbers in their heads and know intuitively the value of a particular client to their business.

Once we move away from such a simple scenario, matters become far more complicated and require a more effective tool to control and utilize customer information and Microsoft Dynamics CRM recognizes this. The reality of today's business environment is that we operate in fast moving dynamic markets where customer needs and demands change frequently. Businesses tend to serve a broader clientele while the potential market for products and services has grown geographically as the internet allows businesses to reach out to potential customers and prospects seek a supplier for their needs from greater distances than before.

Microsoft Dynamics CRM software is designed to allow any business to manage customer relationships in today's modern world which requires business managers to be far more organized than before if they are to obtain the most effective results from sales and marketing activities. Arranging contact information into contacts, identifying viable prospects from that database and managing marketing and sales campaigns tailored to those prospects while retaining control over the process is not possible using simple paper based or spreadsheet methods without a great deal of expensive employee time.

Generating new business has always been the most difficult part of the sales cycle, so organizing contact information in a formalized manner allows businesses to target their business generation activities to where they are most likely to maximize sales revenue. Turning a contact into a prospect and from there to a customer is also the most expensive part of the sales cycle. Once a sale has been generated, that customer is far more likely to buy from you in future. Customer relationship management software empowers a business to effectively manage and control the sales cycle as a client base is established and repeat sales are made. Microsoft Dynamics Suite recognizes that customers become a very valuable asset for any business and managing the after sales relationship becomes a major factor in business success.

Microsoft Dynamics Suite provides an effective CRM solution that allows any business to capture and maintain customer data beyond the basic address and telephone information; examples of the information a Microsoft Dynamics CRM system will manage include a client's sales history, particular customer requirements, and when it is to be expected that a customer will order in the future.

The benefits of implementing an effective Microsoft Dynamics Suite CRM system can be readily seen when a business starts planning and forecasting for future sales and business growth as capturing and maintaining customer information is not a static process.

With a Microsoft Dynamics CRM solution your business will be able to manipulate customer information so your business can see what is actually happening in the sales cycle. Taking a step back from the sales process and looking at the "Big Picture" may allow you to assess the overall health of your business, but it does not necessarily explain how you are getting the results. While diving into the detail may mean you can see what is happening with a particular customer, it may also mean you are not going to see the wood for the trees.

Microsoft CRM solutions provide you with the ability to assess at a glance the overall business picture and how that is being produced which becomes an invaluable management tool and is a key benefit of a Microsoft Dynamics CRM solution.

How to Create A Microsoft Excel Database

By. Chris Le Roy

The term Microsoft Excel Database has never really sat very well with me since my primary role in the IT world has been in developing database and what is used by the spreadsheeting fraternity is what I consider an over glorified list. However, for the sake of peace, I want to outline some of the principles you must follow in building what is known as the Microsoft Excel Database.

Let us review ...

A database in essence is what is considered a collection of information that is related in some manner. For example if you were running a company and selling a product you may have a database that simply lists all of the sales you have made over a period of time. Storing this data in a database would make sense as the company information and the selling of a product is related and as such would be appropriate for the database.

There are many different types of databases available such as Microsoft Access Databases, Oracle Databases, MySQL databases and so on but Microsoft Excel also has a form of a database known as a database list. The form of the list is virtually the same as the other databases as the data is under column headings in rows, but after that common point, the Excel database goes in its own direction. See, to look for specific data within a Microsoft Excel Database or Excel List we do not use the common database language of SQL, we actually use specially written functions. These functions are custom written by you and are known as criteria.

So how do we create an excel database...

Well first off, there is one rule we must always follow and that is one excel database per worksheet. Anymore and you just get yourself into lots of trouble. In fact if you need to have multiple excel databases within your workbook simply put each excel database onto a separate worksheet.

The next thing you must follow is that your database lists first row must contain the heading of the list. That is the first row contains your field names. Plus each of the field names must be 100% unique. You cannot have two field names with the same name or again you will have a list that will not work.

The next issue you need to be concerned with is identifying the field names. Excel databases have a simple rule, the field names or column names must be unique. Now the way you identify them is easy, all you have to do is to ensure the field names are many different data types, format, pattern etc to the rest of the database in your list. Generally what I do is to format my field names in bold to satisfy this requirement.

One of the most important rules you must remember when you create an excel database is that around the row and columns of the fields and data there must be a blank row and column. What this means is that you can still have a heading at the top of the fields, but there must be a blank row between the heading and the fields as well as along the last column as well. The blank row rule also applies to the bottom of the list as well.

When you are entering data into your list, every cell in every record must contain some value even if it is simply blank (a blank value is still considered a value) and each record must contain the same number of fields. If there is no specific data for a field you simply leave it blank and move to the next field.

Ensure that when you are entering data into a field that you don't have spaces before the text or at the end of the text in the field. If you do have spaces, then what will happen is that sorting and search for data in the list will be compromised and you will get unexpected results.

Upper case and low case characters in the field do not affect the searches or sort orders unless you specifically tell the Microsoft Excel application it is an issue. You can also use formulas in a cell if required. Formulas can refer to cells within the Excel Database List or outside of the Excel Database.

Note also that you can edit and format the cells just like any other spreadsheet however the issue you must consider as a priority is that the field names must have a different format to the rest of the data in the database list. It is highly recommended that there be no other formatting in the list except for the field headings. This ensures that there are no miscalculations by the application as to what is a field heading in the excel database and what is not.

Now that you have setup your list in this way following these rules, you are now ready to interrogate the list by applying criteria. The easiest way that you can do this is by using the Form dialog box. To get into the Excel Database form you simply choose the Data menu and then choose Form from the drop down menu.

From the Excel Database Form you can simply choose the Criteria button, type the criteria you have for your data and choose the Find Next button and it will take you to the first record that satisfies the criteria you are searching. Excel Databases are particularly useful for summary data that is where the volume of records you have in your database doesn't exceed 65,536 rows.

If you follow these rules to create an excel database you will find that the functions associated with the excel database list will work in an effective and efficient manner.