spaghettijim
New member
- Joined
- Feb 2, 2005
- Messages
- 2
- Programming Experience
- Beginner
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 turned off the warning messages manually in my access database so this eliminates the message telling you how many records your adding. Though another message wants to pop up telling me about the duplicates I'm trying to add (key violations). How can I suppress this message so when I run my program it doesn't crash.
thanks for your help,
Jim
thanks for your help,
Jim