If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Visual Basic > run time error 214767259(80004005)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-31-09, 09:31
ankiesiau ankiesiau is offline
Registered User
 
Join Date: May 2009
Posts: 17
run time error 214767259(80004005)

how to slove it?
Attached Thumbnails
run time error 214767259(80004005)-bookpro8.jpg  
Reply With Quote
  #2 (permalink)  
Old 05-31-09, 22:28
jp26198926 jp26198926 is offline
Registered User
 
Join Date: May 2009
Location: Philippines
Posts: 12
that error indicates that u entered a new data that already in ur database..

to avoid this kind of error try disable the primary key of field of ur table.

>>Open ur Database using MS access
>> Right-Click the appropriate Table
>> Select Design View
>> Right Click the "KEY" icon
>> Select Primary Key
>>Save
>> Close the Database
Attached Thumbnails
run time error 214767259(80004005)-designview.jpg   run time error 214767259(80004005)-pri-key.jpg  
__________________
"More Heads Are Better Than One"
Reply With Quote
  #3 (permalink)  
Old 06-02-09, 03:33
ankiesiau ankiesiau is offline
Registered User
 
Join Date: May 2009
Posts: 17
Quote:
Originally Posted by jp26198926
that error indicates that u entered a new data that already in ur database..

to avoid this kind of error try disable the primary key of field of ur table.

>>Open ur Database using MS access
>> Right-Click the appropriate Table
>> Select Design View
>> Right Click the "KEY" icon
>> Select Primary Key
>>Save
>> Close the Database
Thanks you.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On