Cheryl,
many thanks and i am taking you up on that offer of "Post
back" it's really appreciated.
okay, so i've just split my db. out of curiosity, i went
through explorer to see how was set up. i see that now on
my Ddrive (my computer) i have a folder called Access;
in there I have 2 files named LProgress.mdb
and LProgress.be; i also have a subfolder named SafeCopy
of my dbase before splitting (precautionary) [must mention
this is exciting and nerve recking at the same time- smile]
now, as for your #2, do I make a copy of that BE or do I
cut it and put it on the server where it can be reached?
i will be doing this one step at a time if you don't mind.
want to make sure i'm doing this right.
so many thanks!
-----Original Message-----
Generally, the steps are as follows:
1. If you have not already done so, split the
application into a Front-End
and a Back-End. The Front-End (FE) will contain all
Queries, Forms,
Reports, Modules, Macros and local-use tables. The Back-
End (BE) will
contain all tables to be shared among users.
You can use the Database Splitter to perform this
function. From the menu,
select Tools|Database Utilities|Database Splitter.
2. The BE will reside in a folder on your server, where
full permissions
for each user will be granted (Read, Write, Create,
Delete, Execute).
3. In the FE, Link to the tables in the BE. To avoid
problems with
changing drive mappings, link to the BE tables using the
full UNC, starting
with My Network Places and drilling down through folders
until the actual
database name of the BE is found.
4. An individual copy of each FE will reside on each
user's computer. For
ease of distributing updates to FEs, see:
http://www.granite.ab.ca/access/autofe.htm which
describes an AutoUpdater
for front-ends, developed by Access MVP Tony Toews.
5. Additionally, a copy of the most current FE in use by
users should be
kept on the server. You will do your maintenance/update
programming on your
own copy of the FE on your own computer. When updates
are ready to be
distributed, you'll copy your modified FE to replace the
one on the server.
Those are pretty much the high points. Post back if you
need more.
--
Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX
in message
hi again,
can someone walk me through the steps to splitting my
database, and where each end should go? (server or on
their hard drive. i need to get this out to others so
they may begin entering their data. i read through the
book, but still clueless, to me these books are still
not
user friendly enough, but then again that's me.
again many thanks.....
.