Hi,
If i want to make my database available to others that dont have access,
whats the recommended solution? visual basic app? some kind of web
application? how do you guys approach this?
The simplest approach is to purchase the appropriate "Developer's
Edition": see
http://www.granite.ab.ca/access/developereditionversions.htm
for details. This lets you create a royalty-free "runtime" version of
Access, which will let your users *use* an existing Access application
although not enable them to make any design changes to it.
A Web application can be beneficial if you really need web capability
- to have users on one computer use an application on another computer
across the internet. Access isn't suitable for this by itself (though
you can use an Access .mdb file as a data store for a web-enabled
application; SQL/Server is probably more suitable).
Rewriting the user interface from an Access app in Visual Basic or
..NET - and using either Access or SQL (or MySQL or Oracle or...) can
certainly be done, but in practice entails starting over from scratch.
John W. Vinson[MVP]