How do I upload an access form to a website?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am not an access pro. I designed an access form for my employer and now
they have asked me to upload the form onto their website. The purpose is to
allow employees to complete the form and then the form will automatically
populate the access table. Is this possible?
 
Not directly ....

You will need to convert the form to a data access page, which uses ADO
recordsets, not DAO; it also has many other different features. There is an
option in the Menu that will convert your form to a data access page (Page
in the database window in ACCESS), but likely you'll need to make additional
changes.

Your work is just beginning... and note that the database will also need to
be on the same server as the web pages.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top