You are on page 1of 1

Adam Kennedy Feedback

I have taken out the order total from the order table can you amend this from your designs of the tables and the forms (this
should be calculated from the rest of the fields not help as a field itself).
Coaches table
Title Ive changed the field size (update the data dictionary you need to do this for any field size changes that I have mentioned
below)
Date of birth I have added a validation that makes all the coaches older than 16 years old. Can you add a sentence into your
background information stating this is a rule for all coaches that sign up?
Gender I have changed the field size to 1, please amend in data dictionary
Address Ive changed the field size to 100 50 was too short
Tel No Ive changed the field size to 15
Lesson table
Start time Ive added a validation that you can only have a lesson between 8am and 7pm (club times available)
Lesson Type Ive added in a validation rule here and text
Members
Tel No Ive changed the field size to be 15
Date of birth Ive added a validation rule and text here to only allow date of birth to be older than 6 years old can you add this
into your background information somewhere that this is a rule of the club.
Date Joined Ive added a default value of todays date
Order_Products table
OrderID Ive added in a drop down list in this field from the order table
Queries & Reports
I have created a new query and I have also created a report for this you will need to add this into your query and report design.
The query is QryOrderTotal I know you had one of these, but I have completed changed the design of it. Make sure you show the
calculated field that I have added to the report footer =sum([cost])
In the tomorrow lesson query, I have fixed the criteria this should be =date()+1 (it shouldnt be the between statement)
In the report for tomorrows lessons, you dont need to have the grouping that you had by the month. I have amended the layout
slightly, can you make these changes to the design of this report. I have changed the grouping field and Ive taken out the coach
ID. I have also added in a small calculation for each group too.
In the type of lesson report Ive added another calculation. Add this into your design.
The date joined report, Ive changed some of the formatting and the grouping details can you update in your report design
Ive change the rankings to only show the top 10 rankings can you add this into the repot design
Ive added a new query QryStockLevel which includes an if statement can you add this into your design. There is a new report for
this query too make sure you show the if statement that I have added.
I have added in your invoice so you are going to have to add this into your design section of your query and report design section.
I have added your invoice into your reports switchboard you will need to add this into your design.

You might also like