3D Database - Your Mega Site for News, Forums, Movies, Graphics, Games, Electronics, Animation, and more. Everything 3D in one Ultimate Site
  • 3D
    • 3D Database Blog
    • New Page
    • 3D Forums
    • 3D News
    • What is 3D >
      • 3D Animation Wiki
    • Holograms
  • 3D TVs
    • 3D TV Review Articles
    • 3D Samsung HDTVs >
      • Samsung 55-Inch 1080p 240 Hz 3D LED HDTV
      • Samsung 50-Inch 1080p 3D Plasma HDTV
      • Samsung 46-Inch 1080p 240 Hz 3D LED HDTV
    • 3D TV News >
      • 3D TV channels/on demand >
        • Dish Network
        • Directv HD 3D
        • Virgin 3D on demand
        • Discovery Chanel in 3d
        • ESPN in 3D
    • 3D Blu-Ray/DVD players
    • 3D Printers
    • 3D Cameras >
      • Panasonic 3D Camera
    • 3D Projectors
    • 3D SmartPhones >
      • 3D LG Smartphone
      • 3D Samsung smartphone
      • 3D Sharp Smartphone
    • 3D Mouse
    • 3D Glasses >
      • 3D Designer Sunglasses
  • 3D Software
    • 3D Animation Software >
      • 3Ds Max Design 2011 >
        • 3Ds Max Video (2010)
        • 3Ds Max Video #2 (2011)
        • 3Ds Max Video #3
        • 3Ds Max Video #4 (2010)
      • Autodesk Maya 2011 >
        • Maya 2011 3D Tutorials/Essential Training
      • Craft Director Studio
    • 3D Graphics >
      • 3D GPU (Graphics Processing Unit)
      • 3D Models >
        • Free 3D Models
      • 3D Wallpaper >
        • 3D Wallpaper 2
      • 3D Clip-Art
    • 3D Engine >
      • Esenthel Engine
      • Q Engine
      • Demoniak3D - 3D Software
      • Nebula Device
  • 3D Movies
    • 3D Movie Database
    • 3D Movie History
    • 3D Movies in Theaters Now
    • 3D Blu-Ray/DVDs
    • 3D Animation >
      • 3D Animation Movies
  • 3D Ultrasound
    • 3D Ultrasound Imaging
    • 3D Imaging >
      • 3D Medical Games
      • 3D Medical >
        • 3D Google Body Browser
        • 3D Models Medical >
          • 3D Medical Model Brain/Skull
          • 3D Medical Models Inner Organs
        • 3D Medical Imaging >
          • 3d Mri Imaging
          • 3d X Ray Imaging
        • 3D Medical Anamation Library >
          • 3D Antibody Immune Response
          • 3D Breast Cancer Surgery
          • 3D Cancer
          • 3D Cataract Surgery
          • 3D DNA
          • 3D Gallbladder Surgery
          • 3D Heart Attack
          • 3D Inguinal Hernia Surgery Repair
          • 3D LASIK Eye Surgery
          • 3D Pulmonary Embolism DVT
  • 3D Games
    • 3D Game News
    • 3D Games to Download
    • 3D Dot Game Heroes
    • Nintendo 3DS >
      • Nintendo 3DS Games
    • 3D Game Console(s) >
      • 3D PS3

How to Create A Microsoft Excel Database

7/1/2011

0 Comments

 
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.
0 Comments

    Archives

    July 2011

    Categories

    All
    Apartment
    Apartment Finder
    Apartment Locator
    Apartment Locators
    Apartment Rentals
    Apartments
    Apartment Search
    Apartments For Rent
    Campaign
    Contact
    Create Excel Database
    Custom
    Database
    Database Developers
    Database Management
    Database Marketing
    Design
    Development
    Direct Marketing Support Services
    Distribution Logistics
    Excel Database
    Excel Shortcuts
    Internet
    IT-marketing
    Joint Ventures
    Mailing List Database Management
    Mangement
    Marketing
    Ms Access
    Promotions
    Real Estate
    Relocating
    Relocation
    Rent
    Renting
    Roommate
    Roommates
    Seo
    Tips On Microsoft Excel

    RSS Feed

Powered by Create your own unique website with customizable templates.