Hi there, I was trying to "work-around" finding or creating a bmp to use on a button to make it pretty. So what I did was used a text box and rectangle combination and set the "onclick" of the text box to the code to open the report. It all worked perfectly, except I realized at that point that the text box cannot recieve the focus. So, when I am entering the date in the other text box, that is the criteria of the report, I have to no hit enter or tab to be able to run the report. (because the date isn't automatically entered since there is no control to get the focus off of the date field.)Is there a way to have the date field "entered" when I click on the button (text box) so that the user doesn't have the extra step of hitting the enter key. Is this understandable? Let me know if I can explain further. Thanks for your help. Dawn