Hi guys. New guy; first time here. I'm trying to get some work done by way of when a user clicks a button on a form. When I add a button to a form in Access 2003, it asks me what kind of button do I want:recordset, miscellanious, form, query, macro and so forth. I don't want any of those. I just want to call a sub routine that will do some SQL statements and eventually print a labels report. In the Visual Basic environment that I'm used to you can add a button and double click on it and code inside the empty event handler. But it's not like that in Access at all and I'm so lost. I need to be able to select a value in a calendar or be able to write the date in a textbox and then press the button to proceed. Can someone super duper please give me a hand with this?