Saving from Web to file system

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

Guest

Hello, I am new to Access and have a question. Can I do the following? I want
to allow a user in a browser window to put in information and save this
information as a file (.txt, .pdf whatever) on the file system. Is this
possible in Access?
 
Hi.
I want
to allow a user in a browser window to put in information and save this
information as a file (.txt, .pdf whatever) on the file system. Is this
possible in Access?

Not out of the box. I suppose one could use Data Access Pages for the data
input from the Web Browser (but Data Access Pages have limited functionality
and can only be used on an Intranet, not the Internet), and the Access
database application could run a custom function to export the data to an
external file on the file system. However, the most common method of data
input over the Web to an Access database is with ASP or ASP.Net Web
application. I recommend posting a question in the Web developer newsgroups
on how to build a Web application for a database if you're not familiar with
Web development.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blog: http://DataDevilDog.BlogSpot.com
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.
 

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