In order for someone to answer this, you'd have to be more specific about how you are defining your variable. Are you pre-defining it in program code before the form is brought up? Are you defining it within the form? Since this is a DB pick control, and not a variable control, how are you setting the DB to the value of the variable? Are you using the "default" property of the control, or are you issuing a "property ... textvalue"? I don't use date pickers very much myself, so I won't answer. But I know others will ask these questions!
Karen > I asked this question already, but I may have overcomplicated it. > > Trying to set the default value of a DB Date/Time Picker to a variable > that I define. > There's no problem using #DATE, but if I use my variable, a null is > displayed. My variable is present when I do a SHOW VAR, and it is Date > format! > > What's going on?

