I have two forms, one that displays the status of a project and on that contains the hours worked. The status form has a drop down that allows you select "Not started," "In-progress," or "Complete." I want the status selection to be validated by the hours worked. For example, if the user has entered 4 hours worked, the status cannot be "Not Started." If the status is "Not Started" and hours are entered, a message box will display that states the status has been changed to "In-Progress." I would also need the status to change to "In-progress" automatically. Also, if there are no hours entered and the status is changed to "In-Progress" I need to force the user to enter hours before proceeding. In other words, in this situation if the user enters "In-Progress" the form for hours will open to trigger the entry of time. I cannot figure out how to do this. Does anyone have any recommendations?