Multiuser problem

R

Roy

hi
i have got this databases located in the server
every one uses them, but very rarely, the error "you Can;t open this file,
because the file was place in "another computer name".

how can i make sure that this error msg doesn't pop up again.

thank u
 
R

Roy

the problem is if u use link tables the databases are to slow trought the
server.
is it any way of open the file always in a way that no one opens in "by
exclusive".
 
T

Tony Toews

Roy said:
the problem is if u use link tables the databases are to slow trought the
server.

The three most common performance problems in Access 2000 or newer
are:
- LDB locking which a persistent recordset connection or an always
open bound form corrects (multiple users)
- sub datasheet Name property set to [Auto] should be [None]
- Track name AutoCorrect should be off

If the problem is for everyone when starting up the MDB then it likely
needs a decompile.

For more information on these, less likely causes, other tips and
links to MS KB articles visit my Access Performance FAQ page at
http://www.granite.ab.ca/access/performancefaq.htm

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
 
Top