Open the database called Order Entry. It should be in a folder called Case Study 1. Create a program module called OrderEntry Create a procedure called CountRecords that will count all the records in the Customers table. Create a procedure called GotoRecords that will ask the user through an input box, which record they would like to view. Then go to that record and View the data in the CompanyName field. |