Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

use SQL language and implement it in Microsoft Access. Material table content:| MATERIAL_ID || MATL_DISCRIPTION || UNIT_OF_MEASURE | | RM201 || carrots, whole || LB

image text in transcribed

use SQL language and implement it in Microsoft Access.

Material table content:| MATERIAL_ID || MATL_DISCRIPTION || UNIT_OF_MEASURE |

| RM201 || carrots, whole || LB |

| RM202 || carrots, diced , 1/4 || LB |

Q2: User Interface (20 points) Q2.1) The figure that follows shows a single table form for the MATERIAL table, which is in the Material_Manager_CH6_stu database. It is used to maintain the table (i.e., to add new material descriptions and to delete obsolete materials). (a) Implement this single table form in Access as shown. (b) Add function buttons insert, delete and save button (c) Add a combo box that will allow the user to pick a material from a list instead of having to enter it manually. Add the following data integrity requirements. (1) MATERIAL_ID must begin with RM. (ii) UNIT_OF_MEASURE is limited to four entries: LB, GAL, PCS (pieces) or CASES. MATERIAL OX MATERIAL TABLE MAINTENANCE FORM Material ID Unit of Measure Material Description Carrots, whole RM201 Record: of 14 Q2: User Interface (20 points) Q2.1) The figure that follows shows a single table form for the MATERIAL table, which is in the Material_Manager_CH6_stu database. It is used to maintain the table (i.e., to add new material descriptions and to delete obsolete materials). (a) Implement this single table form in Access as shown. (b) Add function buttons insert, delete and save button (c) Add a combo box that will allow the user to pick a material from a list instead of having to enter it manually. Add the following data integrity requirements. (1) MATERIAL_ID must begin with RM. (ii) UNIT_OF_MEASURE is limited to four entries: LB, GAL, PCS (pieces) or CASES. MATERIAL OX MATERIAL TABLE MAINTENANCE FORM Material ID Unit of Measure Material Description Carrots, whole RM201 Record: of 14

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions