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  

Link tables from Access 97 to Access XP



 
 
Thread Tools Display Modes
  #1  
Old November 28th, 2005, 04:35 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Link tables from Access 97 to Access XP

Hi,

I have a DB in production created using Access 97. There is lot of data in
the existing db which we would not like to touch. However, under certain
conditions we need to use the new data in the new DB. Is it possible to
update the Access 97 DB in production such that it can conditionally look
into Access XP DB to look for data. Again, this is not always only under
certain conditions that are sent as parameters from the client (created using
DAO).

Regards,
Swamy
  #2  
Old November 28th, 2005, 04:48 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Link tables from Access 97 to Access XP

No. Your XP database can link to tables from A97, but not vice versa.


On Sun, 27 Nov 2005 20:35:02 -0800, "Swamy"
wrote:

Hi,

I have a DB in production created using Access 97. There is lot of data in
the existing db which we would not like to touch. However, under certain
conditions we need to use the new data in the new DB. Is it possible to
update the Access 97 DB in production such that it can conditionally look
into Access XP DB to look for data. Again, this is not always only under
certain conditions that are sent as parameters from the client (created using
DAO).

Regards,
Swamy


**********************

remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
  #3  
Old November 28th, 2005, 04:58 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Link tables from Access 97 to Access XP

Swamy wrote:

Hi,

I have a DB in production created using Access 97. There is lot of data in
the existing db which we would not like to touch.


I can understand not wanting to touch them, but (and assuming you've
properly BACKED UP your old database) have you tried to update your
Access 97 version to Access XP? Did you run into trouble, or are you
just afraid you might?

However, under certain
conditions we need to use the new data in the new DB. Is it possible to
update the Access 97 DB in production such that it can conditionally look
into Access XP DB to look for data. Again, this is not always only under
certain conditions that are sent as parameters from the client (created using
DAO).

Regards,
Swamy


I expect that there is no way for Access 97 to read anything written in
a later format, at least not directly. (But later versions of Access
can read or write Access 97 files.)

For ease of use & maintenance, I suggest that you choose one version of
Access (probably XP) and convert your files (both Access 97 and Access
XP) to its native format.

-- Vincent Johns
Please feel free to quote anything I say here.

  #4  
Old November 28th, 2005, 05:07 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Link tables from Access 97 to Access XP

Thanks. Do you know how I can do this programmatically from an Access XP DB
to the A97 table?


"jacksonmacd" wrote:

No. Your XP database can link to tables from A97, but not vice versa.


On Sun, 27 Nov 2005 20:35:02 -0800, "Swamy"
wrote:

Hi,

I have a DB in production created using Access 97. There is lot of data in
the existing db which we would not like to touch. However, under certain
conditions we need to use the new data in the new DB. Is it possible to
update the Access 97 DB in production such that it can conditionally look
into Access XP DB to look for data. Again, this is not always only under
certain conditions that are sent as parameters from the client (created using
DAO).

Regards,
Swamy


**********************

remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security

  #5  
Old November 28th, 2005, 05:14 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Link tables from Access 97 to Access XP

Swamy wrote:

Thanks. Do you know how I can do this programmatically from an Access XP DB
to the A97 table?


Although I'm not sure it's a good idea (see my other posting), you could
export from Access XP the contents of any of its Tables into (for
example) a tab-delimited text file, then switch to Access 97 and import
this text file into Access 97.

-- Vincent Johns
Please feel free to quote anything I say here.
  #6  
Old November 28th, 2005, 05:20 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Link tables from Access 97 to Access XP

No. The problem in the DB is in production. It is created on every computer
our product is installed so, we do not want to affect the existing production
db in anyway.

"Vincent Johns" wrote:

Swamy wrote:

Hi,

I have a DB in production created using Access 97. There is lot of data in
the existing db which we would not like to touch.


I can understand not wanting to touch them, but (and assuming you've
properly BACKED UP your old database) have you tried to update your
Access 97 version to Access XP? Did you run into trouble, or are you
just afraid you might?

However, under certain
conditions we need to use the new data in the new DB. Is it possible to
update the Access 97 DB in production such that it can conditionally look
into Access XP DB to look for data. Again, this is not always only under
certain conditions that are sent as parameters from the client (created using
DAO).

Regards,
Swamy


I expect that there is no way for Access 97 to read anything written in
a later format, at least not directly. (But later versions of Access
can read or write Access 97 files.)

For ease of use & maintenance, I suggest that you choose one version of
Access (probably XP) and convert your files (both Access 97 and Access
XP) to its native format.

-- Vincent Johns
Please feel free to quote anything I say here.


  #7  
Old November 28th, 2005, 05:28 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Link tables from Access 97 to Access XP

In a one-off situation, its a simple matter of using File Get
External Data Link from the AXP database. If you want to do it
programmatically using VBA, I believe it is the DoCmd.TransferDatabase
method that you want to explore. Check out the Help file for the exact
syntax.



On Sun, 27 Nov 2005 21:07:02 -0800, "Swamy"
wrote:

Thanks. Do you know how I can do this programmatically from an Access XP DB
to the A97 table?


"jacksonmacd" wrote:

No. Your XP database can link to tables from A97, but not vice versa.


On Sun, 27 Nov 2005 20:35:02 -0800, "Swamy"
wrote:

Hi,

I have a DB in production created using Access 97. There is lot of data in
the existing db which we would not like to touch. However, under certain
conditions we need to use the new data in the new DB. Is it possible to
update the Access 97 DB in production such that it can conditionally look
into Access XP DB to look for data. Again, this is not always only under
certain conditions that are sent as parameters from the client (created using
DAO).

Regards,
Swamy


**********************

remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security


**********************

remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
  #8  
Old November 28th, 2005, 05:34 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Link tables from Access 97 to Access XP

Thanks

"jacksonmacd" wrote:

In a one-off situation, its a simple matter of using File Get
External Data Link from the AXP database. If you want to do it
programmatically using VBA, I believe it is the DoCmd.TransferDatabase
method that you want to explore. Check out the Help file for the exact
syntax.



On Sun, 27 Nov 2005 21:07:02 -0800, "Swamy"
wrote:

Thanks. Do you know how I can do this programmatically from an Access XP DB
to the A97 table?


"jacksonmacd" wrote:

No. Your XP database can link to tables from A97, but not vice versa.


On Sun, 27 Nov 2005 20:35:02 -0800, "Swamy"
wrote:

Hi,

I have a DB in production created using Access 97. There is lot of data in
the existing db which we would not like to touch. However, under certain
conditions we need to use the new data in the new DB. Is it possible to
update the Access 97 DB in production such that it can conditionally look
into Access XP DB to look for data. Again, this is not always only under
certain conditions that are sent as parameters from the client (created using
DAO).

Regards,
Swamy

**********************

remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security


**********************

remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security

 




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
Error on database. kitty General Discussion 3 May 2nd, 2005 06:50 PM
Why is a French Spellchecker a "required" update for English speak French Spellcheck Required? General Discussion 23 April 26th, 2005 01:17 AM
2003 Access Linked Tables: Doug Steele, I need your help. The parawon General Discussion 2 January 15th, 2005 06:05 PM
Update/Append Access 2000 Tables rdw1260 General Discussion 1 September 7th, 2004 11:00 AM
Need help with Access decision aualias General Discussion 23 June 21st, 2004 02:04 AM


All times are GMT +1. The time now is 05:08 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.