Error Handling in VB 6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neph
    New Member
    • Dec 2010
    • 3

    Error Handling in VB 6

    i need to handle the runtime error in vb 6 that is generated when you input value an existing value from a textbox to n primary key field in access database. the "duplicate value" error. I've tried the On Error handling but I can't quite get how the syntax works. can you give a sample code for this. Thank you.
  • smartchap
    New Member
    • Dec 2007
    • 236

    #2
    In Google search for "Error handling in VB6" and check the sites.

    Comment

    • smartchap
      New Member
      • Dec 2007
      • 236

      #3
      In Google search for "Error handling in VB6" and check the sites.

      Comment

      Working...