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  

access 2007 runtime



 
 
Thread Tools Display Modes
  #1  
Old November 22nd, 2008, 01:38 PM posted to microsoft.public.access.tablesdbdesign
Kevin
external usenet poster
 
Posts: 910
Default access 2007 runtime

Is there a way to setup different install options for a split DB using Access
2007 Runtime? install both frontend and backend, install just backend,
install just frontend. From what I can tell it only allows one setup option.
Any information would be appreciated.
  #2  
Old November 24th, 2008, 02:34 AM posted to microsoft.public.access.tablesdbdesign
Allen Browne
external usenet poster
 
Posts: 11,706
Default access 2007 runtime

I guess you could set up different install packages, Kevin, but I'm not
aware of a way to do that in one.

What I personally do is to install the front end only. This is the safer
choice anyway: it could be disastrous to overwrite an existing back end full
of data with a shiny new blank back end from the install disk.

So, in the installation instructions, we document how they need to choose a
location with full rights (including delete for the ldb) for all users, and
copy the back end data there. Then install the front end. Our startup code,
then looks for the data, and if not available pops up a File | Open dialog
so they can locate the front end. It sets the Connect property, and so they
don't get promped again unless the data file is moved or renamed.

There's a bit more to it if you are using Access security (MDW.)

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Kevin" wrote in message
...
Is there a way to setup different install options for a split DB using
Access
2007 Runtime? install both frontend and backend, install just backend,
install just frontend. From what I can tell it only allows one setup
option.
Any information would be appreciated.


  #3  
Old November 27th, 2008, 01:20 PM posted to microsoft.public.access.tablesdbdesign
Rick Brandt
external usenet poster
 
Posts: 4,354
Default access 2007 runtime

On Sat, 22 Nov 2008 05:38:01 -0800, Kevin wrote:

Is there a way to setup different install options for a split DB using
Access 2007 Runtime? install both frontend and backend, install just
backend, install just frontend. From what I can tell it only allows one
setup option.
Any information would be appreciated.


What I do in my runtime installers is install the front end file and an
empty copy of the back end that has a different name. This is
essentially a template for the back end.

When the front end is launched it refreshes the links to the back end.
If it finds and existing back end file it links to that. If not, it
creates one using the template file and links to that. In this way the
app can be re-installed as many times as the user wants and their
existing data file is never over-written.

If I distribute a new version that has changes to the back end, then
variations on this same strategy can move all of the users existing data
into the new back end file.


--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
 




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:25 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.