Upsizing to sql 2003

G

Guest

How do I create an Access database front-end to an SQL Server database
back-end so that you can create a front-end/back-end application
(front-end/back-end application: An application consisting of a "back-end"
database file that contains tables, and copies of a "front-end" database file
that contain all other database objects with links to the "back-end"
tables.). This approach requires very little application modification since
the code is still using the Jet database engine (Microsoft Jet database
engine: The part of the Access database system that retrieves and stores data
in user and system databases. It can be thought of as a data manager upon
which database systems, such as Access, are built.).

Thanks you
Dee
 
M

Michel Walsh

A possible solution is to update the DATA only. Next, still using a dot-mdb
(not a dot-adp), inside your Access application, use LINKED tables to your
MS SQL Server back-end, and continue to use Jet-queries, on those linked
tables, and Access forms/reports/modules.


Hoping it may help,
Vanderghast, Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top