I had inserted a textbox called Year and a command button called Open. Upon clicking on the 'Open' button, it will link me to another page. But the problem is, if the textbox 'Year' is not filled, I wanted it to show a msgbox asking the user to type in the Year. But the code can't work. Can...