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  

I need help to transfer data.



 
 
Thread Tools Display Modes
  #1  
Old January 2nd, 2005, 02:26 AM
Frank Martin
external usenet poster
 
Posts: n/a
Default I need help to transfer data.

I have been redesigning My Access200 database business software.

The redesign is done on a copy a few months old and now I want to dump all
the data from the current one into the redesigned one.

My first idea is to use the import wizard to transfer the current tables and
other objects over into the redesigned system, but I am concerned about the
integrity of all the reationships with this method.

e.g. If I import a table "tblCustOrders" of the new data, this is installed
as "tblCustOrders1" in the redesigned database, and if I attemp to change
this latter's name to "tblCustOrders" I am asked if I want to replace the
old table - which then involves breaking a relationship. Should I go ahead
anyway?

Can someone give me a start on how to effectively transport the new data
over?

Regards, Frank




  #2  
Old January 2nd, 2005, 01:35 PM
Jeff Boyce
external usenet poster
 
Posts: n/a
Default

Frank

Rather than copy the tables, structure/data and all, how 'bout simply
importing the data into the redesigned structure?

If you open the re-design, link to the former .mdb, and create append
queries, you can suck the data out of the old tables and stick it into the
new ones.

--
Good luck

Jeff Boyce
Access MVP

"Frank Martin" wrote in message
...
I have been redesigning My Access200 database business software.

The redesign is done on a copy a few months old and now I want to dump all
the data from the current one into the redesigned one.

My first idea is to use the import wizard to transfer the current tables

and
other objects over into the redesigned system, but I am concerned about

the
integrity of all the reationships with this method.

e.g. If I import a table "tblCustOrders" of the new data, this is

installed
as "tblCustOrders1" in the redesigned database, and if I attemp to change
this latter's name to "tblCustOrders" I am asked if I want to replace the
old table - which then involves breaking a relationship. Should I go

ahead
anyway?

Can someone give me a start on how to effectively transport the new data
over?

Regards, Frank





  #3  
Old January 3rd, 2005, 01:47 AM
Frank Martin
external usenet poster
 
Posts: n/a
Default

Thanks. It's hard to transfer the data across because the whole
customer/addresses system has changed including IDs. Anyway I am
transferring the tables accross and then renaming these to the the names of
the incumbents'.

Then I have to fix all the relationships in the relationship window which
means also that I have to fix up the integrity sometimes, which means going
over the tables and entering missing fields/IDs.

All my data goes back to 1999 so I have to be careful.
I have already used the update queries to insert the new AddressIDs next
(another column) to the old ones.

So far all has gone well, though I will be adding data to the old and new
databases separately for a while - just in case.






"Jeff Boyce" -DISCARD_HYPHEN_TO_END wrote in message
...
Frank

Rather than copy the tables, structure/data and all, how 'bout simply
importing the data into the redesigned structure?

If you open the re-design, link to the former .mdb, and create append
queries, you can suck the data out of the old tables and stick it into the
new ones.

--
Good luck

Jeff Boyce
Access MVP

"Frank Martin" wrote in message
...
I have been redesigning My Access200 database business software.

The redesign is done on a copy a few months old and now I want to dump

all
the data from the current one into the redesigned one.

My first idea is to use the import wizard to transfer the current tables

and
other objects over into the redesigned system, but I am concerned about

the
integrity of all the reationships with this method.

e.g. If I import a table "tblCustOrders" of the new data, this is

installed
as "tblCustOrders1" in the redesigned database, and if I attemp to

change
this latter's name to "tblCustOrders" I am asked if I want to replace

the
old table - which then involves breaking a relationship. Should I go

ahead
anyway?

Can someone give me a start on how to effectively transport the new data
over?

Regards, Frank








 




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
append queries to transfer flat data file into relational tables Darren Running & Setting Up Queries 2 November 25th, 2004 05:18 AM
transpose john Using Forms 1 November 24th, 2004 06:16 PM
Transfer data from one table to another with Insert Into cosmic Using Forms 1 August 21st, 2004 01:16 PM
transfer data without a formula in that cell Joey General Discussion 2 June 23rd, 2004 04:28 PM
Transfer data from sheet to sheet Chris Watson Worksheet Functions 3 January 9th, 2004 02:51 PM


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.