Practical 5
Practical 5
Use the report wizard to create a new report. Modify and existing report by adding deleting or modifying its
control
Once you save it you can see the your report(employee) under report
Modify an existing report, and adding and deleting controls
Now you can see text2 is overlap by unbound, edit it in such a way so that they are side by side
You’ll see the textbox displaying the highest salary of the employees
Modifying control
You’ll see on the left side property sheet, if not available, right click on the highest salary and click on property
make sure the highest salary is highlighted
You can see the text box having highest salary is designed with colors
Practical 5B
Create a query containing calculated control. Then create report based on those query. Use the Sorting and
Grouping command to the report
Now type this next to salary field and save the query
AnnualSalary: [Salary]*12
Now we’re going to create the report based on the query we’ve created
Once you’ve done you can see our report is sort on the base of annual salary from largest to smallest
Practical 5C
Create the cross tab query and display the summarized values from the table
You’ll see the following output, and thus we’ve created the crosstab query