Synchronize with code

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

Guest

Id like to write some code behind a button, so I'll be able to synchronize
the db with "a click of a button". Can someone help me with this one?
T.I.A.!
 
azirion said:
Id like to write some code behind a button,
so I'll be able to synchronize the db with "a
click of a button". Can someone help me with
this one?
T.I.A.!

Do you mean "synchronize" as in using Replication?

If so, Google the archives of the USENET newsgroup comp.databases.ms-access,
looking specifically for articles on replication by "michka" (Michael
Kaplan). You'll probably find articles of interest at
http://msdn.microsoft.com.

If not, please clarify because what you want to do is not patently obvious
to the casual reader.

Larry Linson
Microsoft Access MVP
 
Im sorry if I wasnt clear with my question. Yes, Im usin replication with my
db in Access. The main db is in my computer and the replicate db is in a
folder on my website. Normaly I have to synchronize this db usin the Access
menu, for this to be done I have to exit my program or minimize it, so I can
pull down the menus for synchronization. My question is, if there is a way I
can write code to simplify this job.

I searched for the answer on MSDN as you said but wasnt able to find it
(found another useful things though).

And I havent figuered out what you mean by "Google the archives of the
USENET newsgroup comp.databases.ms-access" maybe you can clarify this one to
me, cause its not "patently obvious" for me :)

Thanks!
 
Back
Top