Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Way to sync back end from my front end

1 view
Skip to first unread message

erick-flores

unread,
Mar 11, 2009, 1:52:02 PM3/11/09
to
Hello all,

I have a back-end (BE) and a front-end(FE). The BE is replicated.
Replicated BE and FE are in a laptop. Master BE is on a server.
How can I sync my replicated BE with my Master BE from my FE?

Thanks.

erick-flores

unread,
Mar 11, 2009, 4:09:09 PM3/11/09
to

Got it.

David W. Fenton

unread,
Mar 11, 2009, 5:02:52 PM3/11/09
to
erick-flores <erickj...@gmail.com> wrote in
news:e9edf1b3-4403-47ff...@r36g2000prf.googlegroups.co
m:

> Got it.

For the benefit of others, can you explain what you learned? It's a
frequent question, which I've most recently answered on
UtterAccess.com, but I'd be interested to see what answer you found.

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

erick-flores

unread,
Mar 12, 2009, 10:15:57 AM3/12/09
to
> For the benefit of others, can you explain what you learned? It's a
> frequent question, which I've most recently answered on
> UtterAccess.com, but I'd be interested to see what answer you found.
>
> --
> David W. Fenton                  http://www.dfenton.com/
> usenet at dfenton dot com    http://www.dfenton.com/DFA/

David - I found a post from you somewhere, prob the one u mentioned.
I did what you posted...put the following code in my FE:

Dim db As DAO.Database

Set db = DBEngine.OpenDatabase("replica_BE")
db.Synchronize "master_BE"

db.Close
Set db = Nothing

Thanks :)

0 new messages