At what point does Access 97/2000 become senstive (re:
performance issues) when accessing a database? ie.
Number of users and database size.
That depends on the structure of your queries, the network
architecture and traffic, users' tolerance for performance delays,
processor speed and memory, and twenty dozen other criteria. Obviously
two users accessing a database simultaneously will experience somewhat
slower performance than one, three slower than two; at which point it
becomes an "issue" is very much a "rubber ruler" question!
You'll just have to try it with your system. A VERY rough rule of
thumb would be that some twenty users simultaneously updating, and
some hundred read-only, will become an issue; database size shouldn't
be too much of an issue if your tables are properly indexed and your
queries well designed.