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 » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to update old DB to New DB?



 
 
Thread Tools Display Modes
  #1  
Old December 10th, 2009, 06:51 PM posted to microsoft.public.access.reports
sweetummy
external usenet poster
 
Posts: 20
Default How to update old DB to New DB?


hi,
i want renew my old DB to New DB.. so i have started to update the
tables to minimize the effort to display queries without any errors..
so i have created a NEWDB but how to insert the old DB Information to
new information..
how to put all old DB to new DB according to the contents i have chose
please help...

please follow the link to download and suggest me to how to connect..
and utilize the old db..

http://sites.google.com/site/gsvfilm...edirects=0&d=1

thankyou,
  #2  
Old December 10th, 2009, 07:23 PM posted to microsoft.public.access.reports
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default How to update old DB to New DB?

I'm not willing to risk following links I'm not familiar with, but I do have
a possible approach for you...

If you open the new Access database, link to the tables in the old DB, and
use queries to 'load' the new DB's tables from the old, would that do what
you want?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"sweetummy" wrote in message
...

hi,
i want renew my old DB to New DB.. so i have started to update the
tables to minimize the effort to display queries without any errors..
so i have created a NEWDB but how to insert the old DB Information to
new information..
how to put all old DB to new DB according to the contents i have chose
please help...

please follow the link to download and suggest me to how to connect..
and utilize the old db..

http://sites.google.com/site/gsvfilm...edirects=0&d=1

thankyou,



  #3  
Old December 11th, 2009, 02:10 AM posted to microsoft.public.access.reports
sweetummy
external usenet poster
 
Posts: 20
Default How to update old DB to New DB?


hi jeff,
I have changed the structrure of the database so i want to put the old
db to new db..using the old data..
you can safely download it no pwd required..i have created a subform
to call the expenditure entries by particular student in the
database.. now to reinnovate i need to cross tab the present old
database.. I'm struck up there..
if you can see the structure of the database and the form i have
created you can understand...

thank you for replying me...
  #4  
Old December 11th, 2009, 04:06 PM posted to microsoft.public.access.reports
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default How to update old DB to New DB?

Please reconsider posting some of the details here in the newsgroup ...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"sweetummy" wrote in message
...

hi jeff,
I have changed the structrure of the database so i want to put the old
db to new db..using the old data..
you can safely download it no pwd required..i have created a subform
to call the expenditure entries by particular student in the
database.. now to reinnovate i need to cross tab the present old
database.. I'm struck up there..
if you can see the structure of the database and the form i have
created you can understand...

thank you for replying me...



  #5  
Old December 11th, 2009, 05:18 PM posted to microsoft.public.access.reports
sweetummy
external usenet poster
 
Posts: 20
Default How to update old DB to New DB?

Hi,

The database belongs to voluntary organization - Higher education
grant for poor students the organization helps for their education. In
the mean time 5 years back one of my senior collegue designed a
database with some basic database knowledge..

About the database: According to their courses the tables are designed
for each course he created a new table to enter the data.. There are
nearly 10 different courses with the same fields using with mail merge
option we used to take prints and send them to field offices loacted
in their areas.. so we need to enter the details according to their
personal details and amount given to them according to their academic
year..
i have designed the reports how i need it.. but i have nearly 10
thousands of records in the file now i want to merge the whole data..

The main two drawbacks are
1. we are unable to extract the data what we want...
2. As the data is enormous we are unable to merge the whole data in
one table as their id are autonumbers and the same numbers are in
other tables also..
3. for each year we have to add the academic year and expenditure of
the present year other wise we cannot extract the record..

so i'm in great confusion to get the data properly..
if you can see the data and its structure of old and new and other
word documents given you can get a clear idea to explain back to me..

thank you once again..

bye..
  #6  
Old December 15th, 2009, 11:30 PM posted to microsoft.public.access.reports
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default How to update old DB to New DB?

?There's a new table for each course? That sounds like a spreadsheet, not a
relational database.

If there is one table per course, my first recommendation is to review
"normalization" and "relational database design". In a well-normalized
Access database/application, you'd probably need only ONE table for course
information. That would seem to make querying much easier.

To combine data from one table to another, please see my previous response.
If you are saying "database" but meaning "table", you wouldn't have to link
to the other database before creating a query that appends data from one to
another.

NOTE: backup, backup, backup, before running an append query or any other
function that alters data.

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"sweetummy" wrote in message
...
Hi,

The database belongs to voluntary organization - Higher education
grant for poor students the organization helps for their education. In
the mean time 5 years back one of my senior collegue designed a
database with some basic database knowledge..

About the database: According to their courses the tables are designed
for each course he created a new table to enter the data.. There are
nearly 10 different courses with the same fields using with mail merge
option we used to take prints and send them to field offices loacted
in their areas.. so we need to enter the details according to their
personal details and amount given to them according to their academic
year..
i have designed the reports how i need it.. but i have nearly 10
thousands of records in the file now i want to merge the whole data..

The main two drawbacks are
1. we are unable to extract the data what we want...
2. As the data is enormous we are unable to merge the whole data in
one table as their id are autonumbers and the same numbers are in
other tables also..
3. for each year we have to add the academic year and expenditure of
the present year other wise we cannot extract the record..

so i'm in great confusion to get the data properly..
if you can see the data and its structure of old and new and other
word documents given you can get a clear idea to explain back to me..

thank you once again..

bye..



 




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 08:49 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.