Untitled 1
Untitled 1
1.TABLE 3: MARKSHEET
FORMS
STEPS TO CREATE FORM :
• Select the Form: In the left panel, click on "Forms" to see the list of forms available.
• Edit the Form: Right-click on the form you want to edit and select "Edit".
• Make Changes: Use the Form Design view to modify existing fields, labels, or add new
components (like buttons, text fields, or drop-down menus).
• Save Changes: Once you're done editing, click on the "Save" icon or press Ctrl + S.
• Close the Form: After saving, close the form editor by clicking the "X" or choosing File >
Close
FORM FOR THE EMPLOYEE TABLE
STEP-1
• Go to the Tables section in the left panel and double-click on the Marksheet table.
• In Design View, add the following fields:
• Total: Set datatype to Number and size to 3.
• Percentage: Set datatype to Number, size to 3 with 2 decimal places.
• Grade: Set datatype to Char, size to 2.
• Click Save.
STEP 2
• Insert 3 new records by typing in the rows for the new students.
• Fill in the details for Name, Roll No, and Marks for the subjects.
CREATING QUERY USING
DESIGN VIEW OF THE
MARKSHEET TABLE
DISPLAYING THE MAX AND
MIN MARKS FROM SUB101