[AccessD] Split database conceptual problems

jwcolby jwcolby at colbyconsulting.com
Fri Jul 3 06:35:20 CDT 2009


I use MyDB_FE.mdb and MyDb_BE.MDB.

You could use MyDb_Application.mdb and MDB_Data.Mdb.  That makes it about as clear as possible.

I guess the question I have is why the user even SEES the Be to start with.

I use a batch file to copy the FE and any necessary libraries to the local hard drive and then 
launch the FE.  The user does not "see" the FE or the BE, all they "see" is the batch file, and even 
then it is only a LINK to the batch file residing on the server.

"Click this link on your desktop / quicklaunch".

John W. Colby
www.ColbyConsulting.com


Doug Steele wrote:
> Hello All:
> 
> All my client databases have a FE/BE structure.  I generally name the files
> something like 'GreenWorldNursery.mdb' (FE) and 'GreenWorldNursery_Data.mdb'
> (BE).  I send new clients a nice description of how FE/BE works, and always
> explain at length on the phone or in person.  Over the years, however, I've
> realized that about half the people I deal with seem to be unable to grasp
> the concept of a front end with screens, reports, etc. and a back end which
> contains only data, no matter how often I explain. Despite my best efforts,
> they try to start the database by double clicking on the BE, copy the BE to
> their local computer instead of the FE, send me back a copy of
> 'GreenWorldNursery.mdb' when they have a data problem and I've asked them to
> send me 'GreenWorldNursery_Data.mdb', etc. etc.
> 
> I've solved the worst problems with code - my BE databases have warning
> screens that show when they're opened; my FEs have all kinds of checks to
> make sure they're not running off the server, are linking correctly to the
> proper BE, etc.  But I spent half an hour today on the phone with a fairly
> intelligent user who, it finally turned out, had confused the two files and
> was reading me the WRONG FILE NAMES off her My Computer window.
> 
> With that preamble, here are my two questions:
> 
> 1. Has anyone come up with a good metaphor for explaining the difference
> between a FE and BE .mdb file?
> 2. Are there better naming conventions out there?
> 
> Thanks,
> Doug Steele



More information about the AccessD mailing list