A couple of things you can do here.

1) I'm asssuming that you have IIS (or other web service running). So the easiest thing to do would be to modify the app to send and retrieve data directly to and from the DB, then give everyone a copy of your app. You can use the Package and deployment Wizard to create a CAB file and HTML page that will download and install onto the client.

2) Use ASP app to do the same thing. You could change your app to an ActiveX control and use ASP web pages to instantiate the control. The control would contain all the logic to insert and retrieve the data. As above, us the deploymnet wizard to create the CAB and HTML page.

Hope it helps.

Goomba