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  

update tables



 
 
Thread Tools Display Modes
  #1  
Old March 5th, 2010, 08:32 PM posted to microsoft.public.access
LMiller
external usenet poster
 
Posts: 77
Default update tables

Good Afternoon,
First I would like to thank you in advance for any help or suggestions you
can give.
I have created a new database and I imported a few tables from another
database that I need for some queries that I am running in the new database.
This new database will be for our new financial term beginning in April. I
am currently still working in the old database until than but I was just
checking a few items and I noticed that the tables that were imported are
not updated. Everyday I put new information in eg. our Po's for 7th term.

I looked in the new database and the information I put in the old database
isn't coming through on the new. Doesn't this automatically update
accordingly? or do I need to create an update query for the table.
  #2  
Old March 5th, 2010, 09:01 PM posted to microsoft.public.access
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default update tables

1. If you imported the tables, they will not get automatically updated from
the tables in the other databases. However if you linked to them, they will.

2. It's almost always a bad idea to create a new database each
year/quarter/month/term or whatever. You are much better off keeping
everything in one database and using things like a date/time field to extract
the data by periods as needed. This requires less maintenance; reduces
confusion; and makes it easier to compare and contrast with previous terms.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"lmiller" wrote:

Good Afternoon,
First I would like to thank you in advance for any help or suggestions you
can give.
I have created a new database and I imported a few tables from another
database that I need for some queries that I am running in the new database.
This new database will be for our new financial term beginning in April. I
am currently still working in the old database until than but I was just
checking a few items and I noticed that the tables that were imported are
not updated. Everyday I put new information in eg. our Po's for 7th term.

I looked in the new database and the information I put in the old database
isn't coming through on the new. Doesn't this automatically update
accordingly? or do I need to create an update query for the table.

  #3  
Old March 5th, 2010, 09:06 PM posted to microsoft.public.access
LMiller
external usenet poster
 
Posts: 77
Default update tables

I totally agree with you about keeping the same database. Eventhough I am
the only one that updates the databases, the powers of be want a new one each
fiscal year. I tried a link table and that also wasn't being updated so I
deleted it and imported the table instead, just to find out that didn't work
either.

"Jerry Whittle" wrote:

1. If you imported the tables, they will not get automatically updated from
the tables in the other databases. However if you linked to them, they will.

2. It's almost always a bad idea to create a new database each
year/quarter/month/term or whatever. You are much better off keeping
everything in one database and using things like a date/time field to extract
the data by periods as needed. This requires less maintenance; reduces
confusion; and makes it easier to compare and contrast with previous terms.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"lmiller" wrote:

Good Afternoon,
First I would like to thank you in advance for any help or suggestions you
can give.
I have created a new database and I imported a few tables from another
database that I need for some queries that I am running in the new database.
This new database will be for our new financial term beginning in April. I
am currently still working in the old database until than but I was just
checking a few items and I noticed that the tables that were imported are
not updated. Everyday I put new information in eg. our Po's for 7th term.

I looked in the new database and the information I put in the old database
isn't coming through on the new. Doesn't this automatically update
accordingly? or do I need to create an update query for the table.

  #4  
Old March 5th, 2010, 09:16 PM posted to microsoft.public.access
LMiller
external usenet poster
 
Posts: 77
Default update tables

Jerry,

I went back and redeleted the imported table and this time I did the link
table again. It worked this time.

Thanks!!!!!!!

"Jerry Whittle" wrote:

1. If you imported the tables, they will not get automatically updated from
the tables in the other databases. However if you linked to them, they will.

2. It's almost always a bad idea to create a new database each
year/quarter/month/term or whatever. You are much better off keeping
everything in one database and using things like a date/time field to extract
the data by periods as needed. This requires less maintenance; reduces
confusion; and makes it easier to compare and contrast with previous terms.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"lmiller" wrote:

Good Afternoon,
First I would like to thank you in advance for any help or suggestions you
can give.
I have created a new database and I imported a few tables from another
database that I need for some queries that I am running in the new database.
This new database will be for our new financial term beginning in April. I
am currently still working in the old database until than but I was just
checking a few items and I noticed that the tables that were imported are
not updated. Everyday I put new information in eg. our Po's for 7th term.

I looked in the new database and the information I put in the old database
isn't coming through on the new. Doesn't this automatically update
accordingly? or do I need to create an update query for the table.

  #5  
Old March 5th, 2010, 10:36 PM posted to microsoft.public.access
John W. Vinson
external usenet poster
 
Posts: 18,261
Default update tables

On Fri, 5 Mar 2010 13:16:51 -0800, lmiller
wrote:

Jerry,

I went back and redeleted the imported table and this time I did the link
table again. It worked this time.


Just be aware that you are NOT using two different databases. The linked table
is still in the old database; if you delete or archive the old database your
links will point to... nothing. As it is they're pointing to your "old" data.

If your bosses want a separate database for each fiscal period, this link will
*not* accomplish that end.

You might want to ask them... would they insist on getting a new filing
cabinet every year, because you have new data? The analogy is pretty close!
--

John W. Vinson [MVP]
  #6  
Old March 13th, 2010, 05:44 PM posted to microsoft.public.access
De Jager
external usenet poster
 
Posts: 393
Default update tables


"lmiller" wrote in message
...
Good Afternoon,
First I would like to thank you in advance for any help or suggestions you
can give.
I have created a new database and I imported a few tables from another
database that I need for some queries that I am running in the new
database.
This new database will be for our new financial term beginning in April.
I
am currently still working in the old database until than but I was just
checking a few items and I noticed that the tables that were imported are
not updated. Everyday I put new information in eg. our Po's for 7th
term.

I looked in the new database and the information I put in the old database
isn't coming through on the new. Doesn't this automatically update
accordingly? or do I need to create an update query for the table.


 




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 09:13 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.