View Single Post
  #3   Report Post  
Posted to microsoft.public.access.gettingstarted,microsoft.public.excel.newusers
Atomic Storm[_2_] Atomic Storm[_2_] is offline
external usenet poster
 
Posts: 1
Default I need a suggestion on...

Ok, good. My next set of questions would be: is there a way to have Excel
send an update request to the replicated database which would subsequently
check itself against the master database OR must I manually update each
database? I don't think all the sales laptops will have Access loaded on
the machine... only the mdb file.

?B?RGFtaWFuIFM=?= wrote in
:

Hi,

Replication is the way to achieve remote disconnected data access...
Never mind about checking for connectivity, simply set it up to use
the local replicated database. Obviously if they are not connected to
the network and you make a change to the database, this can't be
"pushed out", so you would need to make people aware of that.

Have the replicated database synchronise with the master copy when the
user is connected to the network.

Hope this helps.

Damian.

"Atomic Storm" wrote:

the best way to go about setting my project up.

Here's the situation: I have an Excel UserForm that gets
it's
information from an Access database on our server. This UserForm,
once completed, will be used by our sales people when they are out
quoting jobs. Obviously, when they aren't connected to the company
network, Excel will give a "network or disk" error and not run the
Userform.

My idea: replicate the database onto their laptops and have
Excel
perform a network check before trying to open the UserForm and, if it
couldn't find the network database, use the local copy to avoid the
errors.

Is that the best way to do it?

Does anyone have another suggestion?

What if I make a change to the DB while a sales person is out? How
would that change get pushed to the replicas?

Any suggestions would be greatly appreciated and thanks in advance!