Importing Forms from Access, is this possible?

  • Thread starter Matt's Challenge.com
  • Start date
M

Matt's Challenge.com

The ability to create forms to collect data for an access database. Just wondering if this is possible.
 
K

Kevin Spencer

Yes. It is.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
K

Kevin Spencer

Sorry, Matt, I paid attention to your question, but not the title. It is NOT
possible to import forms from Access into a FrontPage web. Access forms are
a part of Access. The only thing you can get out of an Access database using
ASP or ASP.Net (IOW, using FrontPage) is data.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
T

Thomas A. Rowe

You have to create the form as HTML (FP) and then use the FP database components to write to the
database, not use the forms that you can create in Access.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
K

keyhunter

This is addressing a similar issue I am facing, so excuse me for jumping
in....but...

If you can not create a data entry only web based form in Access, then how
do you - create a link from web page form to the your database....
 
Top