Search results for query: *

  1. S

    access warning message (key violation) crashing program

    Do I need to catch the error? I was hoping there would be a way to suppress the error. Here is the sniplet of code: strSql4 = "INSERT INTO PVL_label ( SITYPE, SFRES, IREF02, CREF01 ) " _ & "SELECT [" & month & "].SITYPE, [" & month & "].SFRES, [" & month & "].IREF02, [" & month &...
  2. S

    access warning message (key violation) crashing program

    I'm sending an insert sql statement to my Access database through vb.net. I've run the sql inside of access so I know it works but it gives me messages that I need to suppress so my program will run without crashing. The table I'm inserting into is indexed and does not allow duplicates. I've...
Back
Top