Hi,
Sometimes I need to keep blank the "ExpiryDate" textbox (txtExpiryDate). How can I do this. The present code doesnt allow me to save data until I enter this textbox.
VB Code:
With rs .AddNew .Fields("IssuedDateH").Value = CDate(txtIssuedDateH.Text) .Update
Regards.
Seema_s




Reply With Quote