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  

Procedure to Remap Tables



 
 
Thread Tools Display Modes
  #1  
Old September 18th, 2007, 10:38 PM posted to microsoft.public.access.tablesdbdesign
NeilGel
external usenet poster
 
Posts: 1
Default Procedure to Remap Tables

Hi,

I have a database which is operating in a production environment. There are
around 6 backends, I want to set up a replicated development environment.
This should be fairly easy, a bit of work but easy enough.

Ideally when I publish new releases the the production environment, I'd like
to just be able to switch a flag which would re-point all my front end, back
end links to the production backends. Anyone know a way of doing this, or any
previous lessons any doing this. Any help would be appreciated.

Cheers

Neil
  #2  
Old September 19th, 2007, 04:08 AM posted to microsoft.public.access.tablesdbdesign
tina
external usenet poster
 
Posts: 1,997
Default Procedure to Remap Tables

you could add a table to the frontend db, with one record for each filepath
to each backend db. if the "production" backend dbs are all in the same
folder, and the "development" backends are also in one folder, then you
could get by with two records in the table - one record for each filepath.
add a second field to designate each record as "production" or
"development".

then just add a public module to delete all the linked tables, and then
re-link them, pulling the filepath from the table according to whether you
want a production link or a development link.

hth


"NeilGel" wrote in message
...
Hi,

I have a database which is operating in a production environment. There

are
around 6 backends, I want to set up a replicated development environment.
This should be fairly easy, a bit of work but easy enough.

Ideally when I publish new releases the the production environment, I'd

like
to just be able to switch a flag which would re-point all my front end,

back
end links to the production backends. Anyone know a way of doing this, or

any
previous lessons any doing this. Any help would be appreciated.

Cheers

Neil



  #3  
Old September 19th, 2007, 03:02 PM posted to microsoft.public.access.tablesdbdesign
Roger Carlson
external usenet poster
 
Posts: 824
Default Procedure to Remap Tables

On my website (www.rogersaccesslibrary.com), are two small Access database
samples called "LinkTables.mdb" and "RelinkOnOpen.mdb" which should get you
started.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L


"NeilGel" wrote in message
...
Hi,

I have a database which is operating in a production environment. There
are
around 6 backends, I want to set up a replicated development environment.
This should be fairly easy, a bit of work but easy enough.

Ideally when I publish new releases the the production environment, I'd
like
to just be able to switch a flag which would re-point all my front end,
back
end links to the production backends. Anyone know a way of doing this, or
any
previous lessons any doing this. Any help would be appreciated.

Cheers

Neil



 




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 02:45 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.