If you have a choice between Oracle or sql server for a back end choose SQL Server. Oracle is obviously a better RDBMS, however the microsoft link between the other two will lend to stability. <br>
<br>
We have installed a 10 user system with SServer back and access front-end. We get decent performance and stability.<br>
<br>
One word of warning, if you use DAO to access your data, you will be slowing down your system. We have used query objects in DAO and compared to using the execute method of the database object (with the pass through parameter) and the latter far outstrips the the DAO method.<br>
<br>
A chain's only as strong as its weakest link, can you take access out of the loop and use VB - ADO or RDO. The response time will be much higher.<br>
<br>
C