Take a look at Access Database Project (ADP)
is a feature that came out with Access 2000, is really a development environment dedicated to MS SQL Server and MSDB (Microsoft Database Engine). No other databases can be used in an Access Project. In an Access Project, you have design
privileges to SQL Server objects, such as Tables, Views and Stored Procedures. Of course, you also have the forms and reports and VBA code that exists in a normal MDB file. Also, there are no linked tables, and all data access to the SQL Server is done through OLEDB,
which is much faster than linked tables.
|