Generaly when the option stict on is set you can convert value's on two way's 1- use the ctype like Dim MyDate as Date MyDate = cType(me.textBox1.text, Date) 2- Using the Cast method. I must check some things how that is working I never needed yet. I respond on this later.