You can either convert your Access forms into Data Access Pages (DAP), or
use ASP/ASP.net code to do it via web forms.
This is not a seamless process. Your DAP are not 100% equivalent to your
Access forms, especially when it comes down to automation via events. These
you would have to script into your DAP using VBScript. But if your forms are
simple data input/edit forms, you'd be fine.
ASP development is quite an endeavour also. Good luck!
--
Sal Rosario
Database Cosultant in NJ
www.salrosario.com
Kevin said:
I want to take my Access DBA to a web based format. We currently connect
via ODBC to our SQLserver. How can I convert my current Access forms and
such into a web based interface where we can connect via the net.