Frontend/Backend

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Actually you can keep your Access front end and convert
your records to a SQL Server backend. I built a .db like
this and it works fine. You make a connnection via an
ODBC driver. This does not require knowledge of sp's or
triggers.

Cheers
 
OK, thanks!
HF
-----Original Message-----
Actually you can keep your Access front end and convert
your records to a SQL Server backend. I built a .db like
this and it works fine. You make a connnection via an
ODBC driver. This does not require knowledge of sp's or
triggers.

Cheers


.
 
Back
Top