Replicated Application MS Access database - how to undo

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric L

    Replicated Application MS Access database - how to undo

    A client has a split database. However, the frontend is replicated.
    Since both frontend databases(repli cated + DM)are both on same network
    drive, we would like to remove the replication of the front end. Can we
    just delete one of them and point the shortcut to open the other?

    *** Sent via Developersdex http://www.developersdex.com ***
  • David W. Fenton

    #2
    Re: Replicated Application MS Access database - how to undo

    Eric L <bopamax@yahoo. comwrote in
    news:48da67f8$0 $89386$815e3792 @news.qwest.net :
    A client has a split database. However, the frontend is
    replicated. Since both frontend databases(repli cated + DM)are both
    on same network drive, we would like to remove the replication of
    the front end. Can we just delete one of them and point the
    shortcut to open the other?
    See question 10 here:



    --
    David W. Fenton http://www.dfenton.com/
    usenet at dfenton dot com http://www.dfenton.com/DFA/

    Comment

    • David W. Fenton

      #3
      Re: Replicated Application MS Access database - how to undo

      Eric L <bopamax@yahoo. comwrote in
      news:48da67f8$0 $89386$815e3792 @news.qwest.net :
      A client has a split database. However, the frontend is
      replicated. Since both frontend databases(repli cated + DM)are both
      on same network drive, we would like to remove the replication of
      the front end. Can we just delete one of them and point the
      shortcut to open the other?
      BTW, front ends should never ever be replicated in the first place
      because Jet Replication works reliably in the long run only with
      pure Jet objects (tables and queries). Replicating front ends
      (forms/reports/macros/modules) eventually leads to odd behavior and
      corruption, and can even result in the loss of the entire VBA
      project.

      --
      David W. Fenton http://www.dfenton.com/
      usenet at dfenton dot com http://www.dfenton.com/DFA/

      Comment

      Working...