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.
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 |
 |
|
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 buttonuse the VB.Docmd.RunCommand acCmdSaveRecordJimUsers <> Logic |
 |
|
|
|
|