Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 uploading data from access to sql server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-03-07 : 07:44:38
ramesh writes "when i click button in my front-end application the data in the ms-access is upload and add to data already existing in database. how can i do this? plzz help me.."

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2005-03-09 : 01:12:36
whoa. I read this question 3 times and can't figure it out. Time to go home.



-ec
Go to Top of Page

JimL
SQL Slinging Yak Ranger

1537 Posts

Posted - 2005-03-09 : 16:56:25
Data is added when you go to the next record or close the form.

You can force it with a button
use the VB.

Docmd.RunCommand acCmdSaveRecord

Jim
Users <> Logic
Go to Top of Page
   

- Advertisement -