Question: Table modifications: Open the Gopher Database ( below in Canvas ) Rename it GopherFinalyourname For MemberID 1 2 0 0 ( from tblMember ) put

Table modifications:
Open the Gopher Database (below in Canvas) Rename it GopherFinalyourname
For MemberID 1200(from tblMember) put your name in instead of the StudentFirst and StudentLast and change the street address to your street address, you can leave the City, State, Zip as is) add 2 more records with similar City, State and Zip to match this database.
Put in a Phone Input mask for the Member table, use hyphens to match the way it is now.
Create a lookup wizard for PlanID in the Member table. Remember you need to delete table relationships and then after re-establish the relationship.
Queries:
5. Create a query from the tblPlan in which the PlanCost field is 600,900, or 1500. Use a list-of-values match for the selection criterion and include all fields from the table. Sort the query in descending order by the PlanlD field. Save the query as gryLowCostPlans, and close.
6. Make a copy of the gryLowCostPlans query using the new name gryHighCostPlans. Modify the new query to find all records in which the Plancost field is not 600,900, or 1500. Save, run & close the query.
7. Create a query from the tblMember table, selecting the LastName, FirstName, Street, City, State, Zip and Phone fields, and sorting in ascending order by LastName and then in ascending order by FirstName. Add a calculated field named MemberName as the first column that Concatenates FirstName, a space, and LastName. Set the Caption property for the MemerName field to Member Name. Do not display/show the LastName and FirstName fields in the query recordset. Add a second calculated field named Address as the second column that Concatenates Street, a comma and a space, City, a comma and a space, State, two spaces, and Zip. Do not display/show the Street, City, State, and Zip fields. Your third column should be the phone. Resize all columns to their best fit. Save as gryMemberNames and close.
Table modifications: Open the Gopher Database (

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!