Reply to Re: Possible to keep MS Access interface and migrate the MS Access to MS SQL Server?
Posted by db55 on 11/01/05 00:17
This is somewhat easy.
Basically you need to port or transfer your Access tables to a SQL DB
and then link the Access DB/App. to the SQL tables on the SQL Server.
If you keep the table names the same, the code etc shouldn't need
altering, bu I would test it first.