Results 1 to 12 of 12

Thread: [RESOLVED] Simple querry that stuck the programme.

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2005
    Posts
    570

    Resolved [RESOLVED] Simple querry that stuck the programme.

    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:
    1. With rs
    2.  .AddNew
    3.   .Fields("IssuedDateH").Value = CDate(txtIssuedDateH.Text)
    4.  .Update

    Regards.

    Seema_s
    Last edited by Hack; May 16th, 2006 at 12:12 PM. Reason: Added [RESOLVED] to thread title and green "resolved" checkmark

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width