DuffyW is right..while you would always write your program a certain way for any kind of shared access, with 5000 users the problems may be magnified. For example, if you had a Browse window directly into a table, and a user starts editing a record, but then gets up and goes to lunch, that table or its header may be locked for a while.<br>
<br>
I'm a big fan of Fox since the Foxbase days, and I'm no Microsoft stockholder, but this may be one instance where you might consider storing the data in SQL Server. While improvements have been made, the DBF structure is not world famous for reliability, and security of the raw data is non-existent.<br>
------------<br>
Raza<br>