"I'm about to create a quality control database for the entire quality control department for a mortgage company. Right now I'm doing some design work in Access 97. I will have at least 25 users if not more. I intend to use SQL Server as the back end database, with a Visual Basic 6 front end. My question is what is the best front end tool for SQL Server? Is there a difference in performance or speed when working with a VB or Access Front end? Thanks in advance for your feedback"
------------------------------------------------------------
If your users have access to intranet/internet -browsers, you might want to consider using ASP/VBScript. Most of your code will be server side (you can use Dynamic HTML which is client side development). You can use IIS as your server. Users will not be tied to a PC - you can use logon for security. You can easily expand number of users in or out of organization because all they need are a browser and IP connection - don't need copy of Access or .exe or .dll files on a PC. (Make sure you keep IIS security patches up to date and I would go easy on client-side code - security is one drawback to web (IMHO).