conversion to sql

M

mike

How difficult is it to convert a database of Access tables to SQL that can
then be linked to an access GUI.
 
D

Duane Hookom

Regarding the user interface and programming/development, the application
_can_ be very much the same. Accessing the SQL Server database and tables
requires that users have permissions. This is fairly easy to maintain with
Enterprise Manager.
 
Top