I work for a department at a small-medium university, and an administrator wants to convert virtually all of our forms online (currently in PDF, Excel, or Word, filled out, and sent to our office) to interactive, HTML forms that collect the data and submit them to a database. Most tables/forms won't have more than a few hundred records, but a few probably will. Before I was in the loop, they purchased FileMaker Server 7 Advanced for the back end (I would have recommended MySQL w/PHP or just a bunch of Access DB's w/ASP since we don't have our own SQL Server or Oracle Server), and I was wondering if anyone here has had any experience with FileMaker DB's and/or their Web publishing engine. I've read through the documentation, and as far as I can tell, to truly get the most robust results, you must use their XSLT generator to integrate their DB's with a Web front end. Since DreamWeaver (pretty much the only Web design software we have) doesn't recognize XSLT files, I have to do all of the HTML formatting by hand. Thus, again, does anyone have any experience with FileMaker Server 7 Advanced and FileMaker Pro 7 DB's? Can you point me to a good tutorial (I've searched quite a bit and haven't found anything)? Lastly, if push comes to shove, I think I might just end up using Access and ASP/ASP.NET (both b/c of my lack of experience w/ FileMaker Server & Pro and b/c FileMaker Server and its Web publishing engine consume quite a bit of memory). Does anyone know what the record limit is for Access (i.e. at what point does Access start suffering in terms of performance)?