Re: Question about Access coding practice/process...

From: Sandra Daigle (Invalid_at_KeepYourSpam.org)
Date: 04/20/04


Date: Tue, 20 Apr 2004 05:38:46 -0400

You're welcome :-)

Post back if you have more questions or run into other issues

-- 
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.
ohaya wrote:
> Sandra,
>
> Wow, that was quick.  I don't think that I could've even typed your
> answer, much less made it, that fast :).
>
> Ok, thanks, I'll give what you suggested a try...
>
> Jim
>
>
>
> "Sandra Daigle" <Invalid@KeepYourSpam.org> wrote in message
> news:e$21TtnJEHA.3688@TK2MSFTNGP10.phx.gbl...
>> Hi Jim,
>>
>> This is when you split the database creating a frontend mdb (forms,
>> queries, modules, reports) and a backend mdb (tables only). The
>> production backend stays in place while you can swap the front-ends very
>> easily.
>>
>> Splitting is very easy, simply use the wizard (Tools->Database
>> Utilities->Database Splitter). This will move the tables into their own
>> mdb and create linked tables in the frontend. For most things, the
>> splitting is transparent.
>>
>> There are a few things to watch - if you use DAO and use tabletype
>> recordsets you'll have to modify your code a bit.
>>
>> You'll need to become aquainted with the "Linked Table Manager"
>> (Tools->Database Utilities->Linked Table Manager). After the initial
>> split, if you move the backend mdb, you have to tell the frontend where
>> the data is located - this wizard helps you do that. It works and
>> suffices but is slow and not intuitive so eventually, you may want to
>> adapt your own table relinking code - fortunatley it's already written
>> and can be found here: http://www.mvps.org/access/tables/tbl0009.htm.
>>
>> Some other things to watch for are described here:
>>
>> http://www.granite.ab.ca/access/performancefaq.htm
>>
>> --
>> Sandra Daigle
>> [Microsoft Access MVP]
>> For the benefit of others please post all replies to this newsgroup.
>>
>> ohaya wrote:
>>> Hi,
>>>
>>> I'm very new to Access coding, so pardon me if this is a dumb
>>> question...
>>>
>>> When you implement forms with coding, the code for the forms and modules
>>> are embedded in the Access MDB file, i.e., the code and the database
>>> tables themselves are "integrated".
>>>
>>> Since this is the case, I was wondering what you all do when you have
>>> changed the code/processing, and want to move this new code to an
>>> existing database/MDB file without disturbing the database itself?
>>>
>>> For example, I'm developing an Access application.  I've been sending
>>> the MDB files to my customer for them to review and test.
>>>
>>> At some point, they'll be putting real data into their database (using
>>> my app), but I'll probably be continuing to revise the code for a bit.
>>>
>>> How do I get the code changes into the MDB that they have?
>>>
>>> Thanks,
>>> Jim


Relevant Pages

  • Re: Editing fields in a linked table
    ... Dave Hargis, Microsoft Access MVP ... "Jeff Boyce" wrote: ... you cannot do it easily from the front end database. ... have to make the change in the database file (mdb, ...
    (microsoft.public.access.tablesdbdesign)
  • Re: how to delete an object in another db
    ... Doug Steele, Microsoft Access MVP ... Open the other mdb file and operate on its db object ... Dim otherDb As Database ... method work for forms, queries and reports? ...
    (microsoft.public.access.formscoding)
  • Re: Editing fields in a linked table
    ... Then in the user app, ... Dave Hargis, Microsoft Access MVP ... you cannot do it easily from the front end database. ... have to make the change in the database file (mdb, ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Editing fields in a linked table
    ... Then in the user app, ... Dave Hargis, Microsoft Access MVP ... have to make the change in the database file (mdb, ...
    (microsoft.public.access.tablesdbdesign)
  • Re: position of scroll
    ... Here is a link to a database created by Stephen Lebans which contains ... Sandra Daigle [Microsoft Access MVP] ...
    (microsoft.public.access.formscoding)

Loading