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 » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

EXPORTING OR IMPORTING TABLES



 
 
Thread Tools Display Modes
  #1  
Old September 22nd, 2005, 07:50 PM
Tom
external usenet poster
 
Posts: n/a
Default EXPORTING OR IMPORTING TABLES

I need help with either importing or exporting tables from one Access
database to another Access database. The tables from the two databases have
the same names. The data in the tables from one database are more current
than the other. To keep from having to redo all of my queries, I want to
bring in the new tables with the new data. If anyone has any help, it would
be greatly appreciated.

Thanks,

Tom
  #2  
Old September 22nd, 2005, 09:24 PM
Ken Snell [MVP]
external usenet poster
 
Posts: n/a
Default

Is it just a matter that the one table has "better" data than the other
table? If yes, delete the data from the "other" table, then link to the
"better" table in the other database, and run an append query to copy the
data from the "better" table to the "other" table.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I need help with either importing or exporting tables from one Access
database to another Access database. The tables from the two databases
have
the same names. The data in the tables from one database are more current
than the other. To keep from having to redo all of my queries, I want to
bring in the new tables with the new data. If anyone has any help, it
would
be greatly appreciated.

Thanks,

Tom



  #3  
Old September 22nd, 2005, 09:45 PM
Tom
external usenet poster
 
Posts: n/a
Default

What I have going on is every couple of weeks I get a new set of 4 tables
with our inventory items up to date. They contain data from the tables I
already have, which may have had various codes or notes or other fields
changed, as well as any new items that may have been added to the inventory.
The 4 different tables are always named the same thing, (i.e., TABLE1,
TABLE2, TABLE3, TABLE4). So all of my queries are linked to the same tables
each time. What I need to do is to bring in the new tables each time and
replace the old tables and have the queries still work. I've tried importing
and exporting from one database to the other, but I keep getting an "INVALID
ARGUMENT" error. I hope this explains a little better.

"Ken Snell [MVP]" wrote:

Is it just a matter that the one table has "better" data than the other
table? If yes, delete the data from the "other" table, then link to the
"better" table in the other database, and run an append query to copy the
data from the "better" table to the "other" table.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I need help with either importing or exporting tables from one Access
database to another Access database. The tables from the two databases
have
the same names. The data in the tables from one database are more current
than the other. To keep from having to redo all of my queries, I want to
bring in the new tables with the new data. If anyone has any help, it
would
be greatly appreciated.

Thanks,

Tom




  #4  
Old September 22nd, 2005, 11:14 PM
Ken Snell [MVP]
external usenet poster
 
Posts: n/a
Default

What I suggested is not an import process, but rather linking to the "new"
data table and doing an append query (after you run a delete query on the
"original" table). Have you tried this approach?

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
What I have going on is every couple of weeks I get a new set of 4 tables
with our inventory items up to date. They contain data from the tables I
already have, which may have had various codes or notes or other fields
changed, as well as any new items that may have been added to the
inventory.
The 4 different tables are always named the same thing, (i.e., TABLE1,
TABLE2, TABLE3, TABLE4). So all of my queries are linked to the same
tables
each time. What I need to do is to bring in the new tables each time and
replace the old tables and have the queries still work. I've tried
importing
and exporting from one database to the other, but I keep getting an
"INVALID
ARGUMENT" error. I hope this explains a little better.

"Ken Snell [MVP]" wrote:

Is it just a matter that the one table has "better" data than the other
table? If yes, delete the data from the "other" table, then link to the
"better" table in the other database, and run an append query to copy the
data from the "better" table to the "other" table.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I need help with either importing or exporting tables from one Access
database to another Access database. The tables from the two databases
have
the same names. The data in the tables from one database are more
current
than the other. To keep from having to redo all of my queries, I want
to
bring in the new tables with the new data. If anyone has any help, it
would
be greatly appreciated.

Thanks,

Tom






  #5  
Old September 26th, 2005, 06:28 PM
Tom
external usenet poster
 
Posts: n/a
Default

I tried this and everything was going okay until I got to the third table. I
did everything the same way, but I keep getting an "Invalid Argument" error
on the last two tables. I don't know what's going wrong with the last two.
Any ideas or suggestions?

"Ken Snell [MVP]" wrote:

What I suggested is not an import process, but rather linking to the "new"
data table and doing an append query (after you run a delete query on the
"original" table). Have you tried this approach?

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
What I have going on is every couple of weeks I get a new set of 4 tables
with our inventory items up to date. They contain data from the tables I
already have, which may have had various codes or notes or other fields
changed, as well as any new items that may have been added to the
inventory.
The 4 different tables are always named the same thing, (i.e., TABLE1,
TABLE2, TABLE3, TABLE4). So all of my queries are linked to the same
tables
each time. What I need to do is to bring in the new tables each time and
replace the old tables and have the queries still work. I've tried
importing
and exporting from one database to the other, but I keep getting an
"INVALID
ARGUMENT" error. I hope this explains a little better.

"Ken Snell [MVP]" wrote:

Is it just a matter that the one table has "better" data than the other
table? If yes, delete the data from the "other" table, then link to the
"better" table in the other database, and run an append query to copy the
data from the "better" table to the "other" table.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I need help with either importing or exporting tables from one Access
database to another Access database. The tables from the two databases
have
the same names. The data in the tables from one database are more
current
than the other. To keep from having to redo all of my queries, I want
to
bring in the new tables with the new data. If anyone has any help, it
would
be greatly appreciated.

Thanks,

Tom






  #6  
Old September 26th, 2005, 07:02 PM
Ken Snell [MVP]
external usenet poster
 
Posts: n/a
Default

Invalid Argument is an error that can be caused by many sources, depending
upon what you're doing at the time it happens.

Please give us details about what action you were doing when the error
occurred... if during the running of the append query, post the SQL
statement of the query that you're using.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I tried this and everything was going okay until I got to the third table.
I
did everything the same way, but I keep getting an "Invalid Argument"
error
on the last two tables. I don't know what's going wrong with the last
two.
Any ideas or suggestions?

"Ken Snell [MVP]" wrote:

What I suggested is not an import process, but rather linking to the
"new"
data table and doing an append query (after you run a delete query on the
"original" table). Have you tried this approach?

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
What I have going on is every couple of weeks I get a new set of 4
tables
with our inventory items up to date. They contain data from the tables
I
already have, which may have had various codes or notes or other fields
changed, as well as any new items that may have been added to the
inventory.
The 4 different tables are always named the same thing, (i.e., TABLE1,
TABLE2, TABLE3, TABLE4). So all of my queries are linked to the same
tables
each time. What I need to do is to bring in the new tables each time
and
replace the old tables and have the queries still work. I've tried
importing
and exporting from one database to the other, but I keep getting an
"INVALID
ARGUMENT" error. I hope this explains a little better.

"Ken Snell [MVP]" wrote:

Is it just a matter that the one table has "better" data than the
other
table? If yes, delete the data from the "other" table, then link to
the
"better" table in the other database, and run an append query to copy
the
data from the "better" table to the "other" table.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I need help with either importing or exporting tables from one Access
database to another Access database. The tables from the two
databases
have
the same names. The data in the tables from one database are more
current
than the other. To keep from having to redo all of my queries, I
want
to
bring in the new tables with the new data. If anyone has any help,
it
would
be greatly appreciated.

Thanks,

Tom








  #7  
Old September 26th, 2005, 07:55 PM
Tom
external usenet poster
 
Posts: n/a
Default

I finally got it to work. I had the link going the wrong way. I was linking
the new tables to the old ones. I tried it the other way and everything
worked fine.

Thanks for all of your help.

"Ken Snell [MVP]" wrote:

Invalid Argument is an error that can be caused by many sources, depending
upon what you're doing at the time it happens.

Please give us details about what action you were doing when the error
occurred... if during the running of the append query, post the SQL
statement of the query that you're using.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I tried this and everything was going okay until I got to the third table.
I
did everything the same way, but I keep getting an "Invalid Argument"
error
on the last two tables. I don't know what's going wrong with the last
two.
Any ideas or suggestions?

"Ken Snell [MVP]" wrote:

What I suggested is not an import process, but rather linking to the
"new"
data table and doing an append query (after you run a delete query on the
"original" table). Have you tried this approach?

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
What I have going on is every couple of weeks I get a new set of 4
tables
with our inventory items up to date. They contain data from the tables
I
already have, which may have had various codes or notes or other fields
changed, as well as any new items that may have been added to the
inventory.
The 4 different tables are always named the same thing, (i.e., TABLE1,
TABLE2, TABLE3, TABLE4). So all of my queries are linked to the same
tables
each time. What I need to do is to bring in the new tables each time
and
replace the old tables and have the queries still work. I've tried
importing
and exporting from one database to the other, but I keep getting an
"INVALID
ARGUMENT" error. I hope this explains a little better.

"Ken Snell [MVP]" wrote:

Is it just a matter that the one table has "better" data than the
other
table? If yes, delete the data from the "other" table, then link to
the
"better" table in the other database, and run an append query to copy
the
data from the "better" table to the "other" table.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I need help with either importing or exporting tables from one Access
database to another Access database. The tables from the two
databases
have
the same names. The data in the tables from one database are more
current
than the other. To keep from having to redo all of my queries, I
want
to
bring in the new tables with the new data. If anyone has any help,
it
would
be greatly appreciated.

Thanks,

Tom









  #8  
Old September 26th, 2005, 09:06 PM
Ken Snell [MVP]
external usenet poster
 
Posts: n/a
Default

Glad to hear it.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I finally got it to work. I had the link going the wrong way. I was
linking
the new tables to the old ones. I tried it the other way and everything
worked fine.

Thanks for all of your help.

"Ken Snell [MVP]" wrote:

Invalid Argument is an error that can be caused by many sources,
depending
upon what you're doing at the time it happens.

Please give us details about what action you were doing when the error
occurred... if during the running of the append query, post the SQL
statement of the query that you're using.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I tried this and everything was going okay until I got to the third
table.
I
did everything the same way, but I keep getting an "Invalid Argument"
error
on the last two tables. I don't know what's going wrong with the last
two.
Any ideas or suggestions?

"Ken Snell [MVP]" wrote:

What I suggested is not an import process, but rather linking to the
"new"
data table and doing an append query (after you run a delete query on
the
"original" table). Have you tried this approach?

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
What I have going on is every couple of weeks I get a new set of 4
tables
with our inventory items up to date. They contain data from the
tables
I
already have, which may have had various codes or notes or other
fields
changed, as well as any new items that may have been added to the
inventory.
The 4 different tables are always named the same thing, (i.e.,
TABLE1,
TABLE2, TABLE3, TABLE4). So all of my queries are linked to the
same
tables
each time. What I need to do is to bring in the new tables each
time
and
replace the old tables and have the queries still work. I've tried
importing
and exporting from one database to the other, but I keep getting an
"INVALID
ARGUMENT" error. I hope this explains a little better.

"Ken Snell [MVP]" wrote:

Is it just a matter that the one table has "better" data than the
other
table? If yes, delete the data from the "other" table, then link to
the
"better" table in the other database, and run an append query to
copy
the
data from the "better" table to the "other" table.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I need help with either importing or exporting tables from one
Access
database to another Access database. The tables from the two
databases
have
the same names. The data in the tables from one database are
more
current
than the other. To keep from having to redo all of my queries, I
want
to
bring in the new tables with the new data. If anyone has any
help,
it
would
be greatly appreciated.

Thanks,

Tom











  #9  
Old November 8th, 2005, 02:19 PM
Tom
external usenet poster
 
Posts: n/a
Default EXPORTING OR IMPORTING TABLES

Ken,

I tried linking and deleting and appending the tables again and I keep
getting the Invalid Argument again and this time I can't seem to get it to
work. What I did was link the new tables in the new database to the old
database. Then I ran a delete query on the old table and tried to do an
append query from the linked table to the old table and I get the Invalid
Argument. This is what's in the SQL VIEW;

INSERT INTO F4102
SELECT F41021.*
FROM F41021;

Is there something I'm doing wrong?

Thanks.

Tom

"Ken Snell [MVP]" wrote:

Invalid Argument is an error that can be caused by many sources, depending
upon what you're doing at the time it happens.

Please give us details about what action you were doing when the error
occurred... if during the running of the append query, post the SQL
statement of the query that you're using.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I tried this and everything was going okay until I got to the third table.
I
did everything the same way, but I keep getting an "Invalid Argument"
error
on the last two tables. I don't know what's going wrong with the last
two.
Any ideas or suggestions?

"Ken Snell [MVP]" wrote:

What I suggested is not an import process, but rather linking to the
"new"
data table and doing an append query (after you run a delete query on the
"original" table). Have you tried this approach?

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
What I have going on is every couple of weeks I get a new set of 4
tables
with our inventory items up to date. They contain data from the tables
I
already have, which may have had various codes or notes or other fields
changed, as well as any new items that may have been added to the
inventory.
The 4 different tables are always named the same thing, (i.e., TABLE1,
TABLE2, TABLE3, TABLE4). So all of my queries are linked to the same
tables
each time. What I need to do is to bring in the new tables each time
and
replace the old tables and have the queries still work. I've tried
importing
and exporting from one database to the other, but I keep getting an
"INVALID
ARGUMENT" error. I hope this explains a little better.

"Ken Snell [MVP]" wrote:

Is it just a matter that the one table has "better" data than the
other
table? If yes, delete the data from the "other" table, then link to
the
"better" table in the other database, and run an append query to copy
the
data from the "better" table to the "other" table.

--

Ken Snell
MS ACCESS MVP

"Tom" wrote in message
...
I need help with either importing or exporting tables from one Access
database to another Access database. The tables from the two
databases
have
the same names. The data in the tables from one database are more
current
than the other. To keep from having to redo all of my queries, I
want
to
bring in the new tables with the new data. If anyone has any help,
it
would
be greatly appreciated.

Thanks,

Tom









 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Palm P and Outlook Cal. keep importing and exporting same event Marshall New Users 1 June 18th, 2005 02:26 PM
Importing Exporting need some help Please LtFass General Discussion 1 June 11th, 2005 09:55 PM
need help importing text file into tables Leo General Discussion 2 February 4th, 2005 10:06 PM
strange problem importing and exporting John G Contacts 1 July 7th, 2004 03:58 PM
Address importing and exporting Christina Contacts 1 May 26th, 2004 11:30 PM


All times are GMT +1. The time now is 06:00 AM.


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