hi to all, in my form i get the date in MaskEdbox.....
once i get the date, how i clear the date as empty or null....
once i get the date, how i clear the date as empty or null....
With MaskEdBox1
sTemp = .Mask
.Mask = ""
.Text = ""
.Mask = sTemp
End With
Comment