Hike Appalachia Molly and Bailey Johnson ask you to continue your work on the BlueRidge database by enhancing the frmGuestInfo form's to increase its usability and improve its appearance. To help them with their request, complete the following steps:
1. Open the BlueRidge database you worked with in the previous two modules. Troubleshoot
2. The event procedure for the frmHikerInfo form to convert the Email field values to all lower case letters is not working correctly. Test the procedure, and fix the event procedure code to convert the Email field values to lower case letters. (Hint: Is there a standard module for the BlueRidge database containing the definition of the LowAll function? A proper name for this standard module would be basBlueRidge Procedures. If not, you need to create one with the LowAll function.) Save your form changes, and then test the procedure.
3. Create an event procedure for the form's OnCurrent event that converts the first name of the hiker to proper case. Save your form changes, and then test the procedure.
4. Create an event procedure for the form's OnCurrent event that converts the last name of the hiker to proper case. Save your form changes, and then test the procedure.
5. Make a backup copy of the database, compact and repair the database, and then close it.