A Microsoft Office (Excel, Word) forum. OfficeFrustration

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   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to transfer data from database to another database?



 
 
Thread Tools Display Modes
  #1  
Old August 10th, 2008, 07:55 AM posted to microsoft.public.access
jon
external usenet poster
 
Posts: 640
Default How to transfer data from database to another database?

Greeting,

I have db1 with table1 and db2 with the same table of db1. what I want to do
is transfer data from table 1 to table1 in db2. is there any way to do that
by using vb or sql but I want the code or sql to be in db1.

Thanks!!

  #2  
Old August 10th, 2008, 08:12 AM posted to microsoft.public.access
Allen Browne
external usenet poster
 
Posts: 11,706
Default How to transfer data from database to another database?

See help on TransferDatabase.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Jon" wrote in message
...
Greeting,

I have db1 with table1 and db2 with the same table of db1. what I want to
do
is transfer data from table 1 to table1 in db2. is there any way to do
that
by using vb or sql but I want the code or sql to be in db1.

Thanks!!


  #3  
Old August 10th, 2008, 10:35 AM posted to microsoft.public.access
Pieter Wijnen
external usenet poster
 
Posts: 1,354
Default How to transfer data from database to another database?

or

insert into table1 in 'c:\db2.mdb' select * from table1

Pieter

"Allen Browne" skrev i melding
...
See help on TransferDatabase.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Jon" wrote in message
...
Greeting,

I have db1 with table1 and db2 with the same table of db1. what I want to
do
is transfer data from table 1 to table1 in db2. is there any way to do
that
by using vb or sql but I want the code or sql to be in db1.

Thanks!!




  #4  
Old August 10th, 2008, 07:40 PM posted to microsoft.public.access
a a r o n . k e m p f @ g m a i l . c o m
external usenet poster
 
Posts: 1,108
Default How to transfer data from database to another database?

SQL Server has the ability to move data from A to B on a scheduled
basis

it's a wizard, takes no coding.




On Aug 9, 11:55*pm, Jon wrote:
Greeting,

I have db1 with table1 and db2 with the same table of db1. what I want to do
is transfer data from table 1 to table1 in db2. is there any way to do that
by using vb or sql but I want the code or sql to be in db1.

Thanks!!


  #5  
Old August 11th, 2008, 12:42 AM posted to microsoft.public.access
Please Learn to Read[_2_]
external usenet poster
 
Posts: 13
Default How to transfer data from database to another database?

Please learn to read. This might, or might not, be a good answer in an SQL
Server newsgroup; perhaps you could not understand that
"microsoft.public.access" is a newsgroup for Microsoft Access, not Microsoft
SQL Server. Basic literacy training is offered by local welfare and
educational organizations for the illiterate.

On the other hand, perhaps you received a divine revelation that the
question was not about the subject of the newsgroup, but about another
product entirely. If you have begun to receive divine revelations, that
should really worry and concern everyone here.

2008 Learn-to-Read Campaign

"a a r o n . k e m p f @ g m a i l . c o" wrote:

SQL Server has the ability to move data from A to B on a scheduled
basis

it's a wizard, takes no coding.




On Aug 9, 11:55 pm, Jon wrote:
Greeting,

I have db1 with table1 and db2 with the same table of db1. what I want to do
is transfer data from table 1 to table1 in db2. is there any way to do that
by using vb or sql but I want the code or sql to be in db1.

Thanks!!



  #6  
Old August 11th, 2008, 07:11 AM posted to microsoft.public.access
a a r o n . k e m p f @ g m a i l . c o m
external usenet poster
 
Posts: 1,108
Default How to transfer data from database to another database?

SQL Server is the most popular engine for Microsoft Accesss

Sorry that you still haven't seen the light; I don't need to be
bullied and stalked into stopping my helpful advice



On Aug 10, 4:42*pm, Please Learn to Read
wrote:
Please learn to read. This might, or might not, be a good answer in an SQL
Server newsgroup; perhaps you could not understand that
"microsoft.public.access" is a newsgroup for Microsoft Access, not Microsoft
SQL Server. Basic literacy training is offered by local welfare and
educational organizations for the illiterate.

On the other hand, perhaps you received a divine revelation that the
question was not about the subject of the newsgroup, but about another
product entirely. If you have begun to receive divine revelations, that
should really worry and concern everyone here.

*2008 Learn-to-Read Campaign

"a a r o n . k e m p f @ g m a i l . c o" wrote:

SQL Server has the ability to move data from A to B on a scheduled
basis


it's a wizard, takes no coding.


On Aug 9, 11:55 pm, Jon wrote:
Greeting,


I have db1 with table1 and db2 with the same table of db1. what I want to do
is transfer data from table 1 to table1 in db2. is there any way to do that
by using vb or sql but I want the code or sql to be in db1.


Thanks!!


  #7  
Old September 5th, 2008, 07:46 AM posted to microsoft.public.access
Please Learn to Read[_2_]
external usenet poster
 
Posts: 13
Default How to transfer data from database to another database?

Most of the basic literacy courses also teach some elementary spelling. They
might cover that "Jet" is not spelled "SQL Server". Jet is, by a vast margin,
the most popular database engine for Access. After you have attained some
basic literacy skills, you might ask if they would assist you in
understanding the concept of "helpful advice" -- you have given none, so your
rant on that subject just does not apply. Please, please, seek help in
learning to read, as you obviously need the help they can give you... many
welfare and educational organizations offer basic "Learn to Read" courses to
the illiterate.

2008 Learn To Read Campaign

"a a r o n . k e m p f @ g m a i l . c o" wrote:

SQL Server is the most popular engine for Microsoft Accesss

Sorry that you still haven't seen the light; I don't need to be
bullied and stalked into stopping my helpful advice



 




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.