This document describes creating a Visual Basic database management system to store and manage land area coordinate data. It includes: 1) Creating an MS Access database called "LandArea" with tables to store point ID, longitude, latitude, and land ID fields. 2) Developing a Visual Basic interface connected to the Access database using ADO, with controls to add, edit, delete, view, and select coordinate data and lands. 3) Programming buttons to perform tasks like saving, editing, updating, clearing data as well as moving between and drawing outlines of lands based on their coordinates.