





























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A detailed overview of a database design and implementation project, covering various aspects such as data entry forms, field validations, record validations, and sql queries. Step-by-step instructions and screenshots for creating customer, purchase, sale, stock, and supplier forms, as well as implementing field and record validations. It also demonstrates the use of sql queries to retrieve data from the database, including queries for maximum, minimum, and logical operations. The document aims to guide the reader through the process of designing and implementing a comprehensive database system, making it a valuable resource for students, developers, and professionals working in the field of database management.
Typology: Summaries
1 / 37
This page cannot be seen from the preview
Don't miss anything!






























thiha naing [COMPANY NAME] [Company address]
[Type here] [Type here] [Type here] [Type here] [Type here] [Type here]
Insert data into Sale Table Insert data into Stock Table
Input the data into purchase form
Input the data into sale form
Input the data into supplier form
Enter “is not Null “ function in the customer name in customer table. After using the “is not name” function. When the customer deled customer name in customer table, the system will show warning message as shown in figure.
Filed validation Enter “is not Null “function in the item name in purchase table. After using the validation rule (>1000) in purchase price, when the user enter wrong price, the system will show warning message error “check your price”.
Filed validation Enter “is not Null “function in the item name in sale table. After using the validation rule (>1000) in sale price, when the user enter wrong price, the system will show warning message error “check your price”.
Record Validation Sale Expire date must be grater tan
1.Open sale form. 2.Rightclick layout view 3.Delete item name 4.drag combo box 5.change name in combo box 6.select combo box 7.Row source-click three dots. 8.Select purchase table and double click category