Can I use Visual basic and create a single table and then a form which will allow me to search the table and then displays the results to the screen.

The application needs to be used by 20 users. Microsoft Access doesn't supportmulti-user environments of this size. Can VB support this environment? If yes then what version of VB?

I was thinking of placing the VB application onto a server that all the users can then access to search for customers. So once the file is on the server the VB application will automatically pick up the file and load it into a table. Users can then search this table for customers using a form where they can enter the customer's name. I would have one exe file created using VB. This application would allow the above.

Is this possible?

Thanks