Hey, I am using a DTPicker control on a form in my access project and am linking the value of that control to a text box on the same form. I am linking it to a text box so that I can format the text box to the rest of the form as you cannot control the DTPicker backgroud (not the calender) is alway white. I have to set the CheckBox to Yes in order to not get a run time error. Is there a way to hide the checkbox on the DTPicker control? I have tried to hide it behind the text box, but when I cycle visible = true (to change the date) the DTPicker always comes out on top. ???