This project involved designing and implementing a Member ID system using Microsoft Office as part of a database-driven booking/management system. The Member ID functions as a unique primary key to identify each registered user and link their information across multiple tables, such as personal details, bookings, and transaction records. I created structured tables with appropriate data types and validation rules to ensure data accuracy and consistency. The Member ID was configured to be auto-generated, preventing duplication and simplifying record management. Relationships were established between tables using the Member ID to maintain referential integrity. Custom forms were developed to allow users or administrators to add, update, search, and manage member records efficiently. Queries were used to retrieve member-specific data, while reports summarized information based on Member ID for administrative review. This work highlights effective database normalization, user-friendly interface design, and practical use of Microsoft Office for real-world information systems.