Hello -
I have recently been tasked with writing a multi-user application to capture patient exam data and then use that data to facilitate producing a medical report about the exam - fairly small scale, maybe 50 users. The backend is MySQL running on a Linux box. The burning question is: What is the best choice for the front-end? I'm starting with MSAccess, since it's easy to develop the user forms I'll need. But should I really be thinking in terms of Perl/PHP? Some other choice? My impression given my limited web development has been that designing user forms (and I'll need several) in a web app is a pain - hard to position controls just where you want them, and you need a good deal of scripting to validate user inputs before a form is submitted to the server. Are there tools for designing web forms that can make it worthwhile to think about this app in terms of something other than MS Access?