Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

append records in sql Server table from MS access table

Status
Not open for further replies.

rkinfo

MIS
Oct 7, 2005
16
US
How can I append rows to SQL server table from an MS access table?

My module was working fine to insert rows to linked sql server table but since I have dropped SQL database table I am not able to append rows. Although I am not getting any error message
 
>>>>but since I have dropped SQL database table I am not able to append rows.

You can't link to a table that no longer exists. You need to re-create the table in SQL.

Hope this helps,

Alex

Ignorance of certain subjects is a great part of wisdom
 
Yes, after droping the table I have recreated the table. Then tried to insert records. I am able to insert records manually from MS access but not able to add new new records using VBA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top