replication - FE/BE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have replicated both the front end and back end not knowing that I only
needed to do the back end. I recreated the front end but the code to
synchronize when the form closes tells me that (3605 I believe) I cannot use
an unreplicated db to sync with a replicated db. Surely this is not all that
complicated. I'm learning as I go and need a little hand-holding.
 
Vaughn said:
I have replicated both the front end and back end not knowing that I only
needed to do the back end. I recreated the front end but the code to
synchronize when the form closes tells me that (3605 I believe) I cannot use
an unreplicated db to sync with a replicated db. Surely this is not all that
complicated. I'm learning as I go and need a little hand-holding.

Try importing the FE into a new MDB. Or am I missing something?

Also post your code. I'm wondering if you are trying to sync the
unreplicated FE rather than the BE.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Vaughn said:
I recreated the front end

I specifically created the Auto FE Updater utility so that I could
make changes to the FE MDE as often as I wanted and be quite confident
that the next time someone went to run the app that it would pull in
the latest version. For more info on the errors or the Auto FE
Updater utility see the free Auto FE Updater utility at
http://www.granite.ab.ca/access/autofe.htm at my website to keep the
FE on each PC up to date.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Back
Top