All Detabase SOP Writeups
All Detabase SOP Writeups
Create the table Student with the following field name and field type using Create Table in
Design View:
Create the table Employee with following field name and field type Create Table in Design
View:
Make employeeid field as primary key then save the table with name employee
1. Open Database
6. Arrange controls of main form like Grid (by default), Labels left, Labels top, Labels
above
7. Set the Data entry mode like for new record only, no modification, no deletion of
existing record etc.
8. Apply style like 3D (by default), No border, Flat along with applying background color
style for form
9. Give the name for the form - frmemployee & select Work with the form
Database – SOP2
Create the table employee with the following field name and field type using Create Table in
Design View:
2. From Add the Table or Query, Select employeemaster Table, Click on Add, Select
Close
5. In Select Sorting Order provide the field employeeid to sort on and select Ascending
for sorting
10. Click on Next and if required provide Alias to the field else click on Next
11. Give the name to the query – queryempqual – select Display Query
SELECT * FROM "employee" WHERE ("empname" = ‘Mr Suhas Kale’ ) ORDER BY "ID"
Database – SOP3
Create the table Product with the following field name and field type using Create Table in
Design View:
4. Add the available fields using arrow keys which we want to include in Report
5. Type the heading for the fields the way we want to appear in Report & click on Next
6. If you want to generate report as per Group then specify the group & click on Next
7. In Sorted by column select field prodname and Ascending
8. Choose the desired layout for report from the available like Tabular, Columnar etc.
Repeat above steps as it is and only in sort by column select rate and Descending. Rest of the
steps are as it is.
Repeat above steps as it is and only in Group By column select modelyear. Rest of the steps are
as it is.
SELECT "prodid", "prodname", "qty", "rate", "qty" * "rate" AS "Total Amount", "modelyear"
FROM "product"
4. Add the available fields using arrow keys which we want to include in Report
5. Type the heading for the fields the way we want to appear in Report & click on Next
6. If you want to generate report as per Group then specify the group & click on Next
8. Choose the desired layout for report from the available – In blocks, labels above