I have a masked edit box which has a value of "8/30/2004", and when i
programically set the value to mskedbox1=date, the vb blows up with an
invalid property value error. any ideas? It works ok if i set
mskedbox1="08/30/2004", but I can't seem to get the date value into the box.
I've even tried using format(date,"Sh ort Date") to no avail. Format and
mask properties of the box are set to ##/##/####
programically set the value to mskedbox1=date, the vb blows up with an
invalid property value error. any ideas? It works ok if i set
mskedbox1="08/30/2004", but I can't seem to get the date value into the box.
I've even tried using format(date,"Sh ort Date") to no avail. Format and
mask properties of the box are set to ##/##/####
Comment