Cusom database

In this article we describe how to prepare a new custom database in just a few minutes. We will take a new empty database and convert it into a database of countries. Preparing a new database will be divided into three steps:
  • creating a new database
  • creating a user form to store some specific information
  • adding categories which will group records into logical units
After creating the form and categories we will add a few items to our database. Finally, we find out how searching and filtering works. Before we get down to work we need to think of information we want to store. Let's say we want to store following pieces of information for each country:
  • name
  • capital
  • continent to which the country belongs
  • language (the major one if there are more)
We want to organize our countries quickly based on the following criteria:
  • continent to which a country belongs
  • did we visit a country
Now that we know what we want to store, we can start our work with Data Organizer.
Follow to the first step: creating database