Question: A ssignment 7: Presenting Data in the Babbage Bookkeeping Database Problem : Babbage Bookkeeping already has realized several benefits from the database you created. The
Assignment 7: Presenting Data in the Babbage Bookkeeping Database
Problem: Babbage Bookkeeping already has realized several benefits from the database you created. The company now would like you to prepare reports for the database.
Babbage Bookkeeping also needs to maintain additional data on the bookkeepers. The company wants to separate their clients into three different categories and also wants to create reports for displaying the data with grouping and summary option.
Instructions: Use the database created in the Assignment6 for this assignment. Copy the file and rename the copying file to Your Last Name + First Name + Assignment7. Perform the following tasks:
Open the Client table in Design view.
Add the field Client Type to the Client table.
The field should appear after the Zip Code field.
Define the data type of the field as text with a width (size) of 3.
This field will contain data on the type of client. The client types are MAN (Manufacturing), RET (Retail), and SER (Service). Save changes to the structure.
Create an update query to change all the entries in the Client Type column to RET. This will be the type of most clients. Run this query and save the query as Q31-Update Client Type to RET Query.
Set the following properties to the fields in the Client table and save the changes to the table.
Increase the size of the Name field to 25.
Make the Name field a required field.
Specify the legal values MAN, RET, and SER for the Client Type field. Include validation text.
Assign a default value of RET to the Client Type field.
Ensure that any letters entered in the Client Number field appear as uppercase.
Specify that balance must be between $0.00 to $1,500.00. Include validation text.
Make the Client Type field a Lookup field.
Make the following changes to the Client table. You can use either the Find button or Filter By Selection to locate the records to change:
Change the client type for clients G56, J77, and T45 to SER.
Change the client type for clients B26 and S56 to MAN.
Change the name of the client S56 to SeeSaw Industries.
Add the following clients to the Client table:
| Client Number | Name | Address | City | Zip Code | Client Type | Balance | Bookkeeper Number |
| C21 | Crompton Meat Market | 72 Main | Empeer | 58216 | RET | $0.00 | 24 |
| L50 | Lous Salon | 124 Fulton | Grant City | 58121 | SER | $125.00 | 34 |
Resize the Name column to best fit the new data, and save the changes to the layout of the table. Change the font to Courier New and font size to 9. Change gridline color to blue.
Open the Client table and use Filter by Selection to find all records where the client has a balance of $0.00 and has the Client Type of SER. Delete these records. Remove the filter
Create the report as shown below for the Client table. Group the report by Client type and sort the records within Client Type by Name. Save the report as Client Income Report. Please note that the screen shot below is meant to display the layout of the report. It does not contain all data/record in the report (i.e., there are more data towards the bottom of the screen).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
