Results 1 to 6 of 6

Thread: [RESOLVED] Replicating a record issue

Threaded View

  1. #1

    Thread Starter
    Addicted Member Quizton's Avatar
    Join Date
    Dec 2005
    Location
    VB Forums
    Posts
    209

    Resolved [RESOLVED] Replicating a record issue

    ,

    Im using vb6 and have a problem reguarding replicating the same record,
    ATM it will allow me to replicate records in the db and I wish to not allow this
    and display a message "Employee already Entered" Or "ID already In Use"?
    here is my add and function add code
    vbcode___________________________
    Private Sub cmdAdd_Click()
    txtFirstName.Text = vbNullString
    txtLastName.Text = vbNullString

    list

    End Function

    Thanks again
    Last edited by Quizton; Dec 29th, 2005 at 06:02 PM.

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