QUOTE(lapg @ 27 Apr, 2007 - 03:00 AM)

Hi,
I am after some advice. Is VB suitable for developing an application that does the following:
Has userforms that can be accessed/input concurrently on a network drive by approx 60 users.
Pull in data from a number of text files and other sources and produce automatic and ad-hoc MIS summary reports/charts etc.
What dissadvantages might there be if VB is used for developing such an application?
If VB isn't suitable, any suggestion as to alternatives?
Any advise would be most appreciated
I'm by no means an expert but as far as I know the actual programming language should make no difference when it comes to the features you are concerned with. Supporting 60 users inputing data would be more of a concern with the data store. You would want to use a good database engine like mySql or MSSql and the code can be written to handle the database connection in any language. If you are looking to develope this application quickly or don't have much programming experience, my suggestion would be a language like VB or C#. The .Net framework also has alot of functionality built in for parsing text files.