Importing Date from a remote user

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

Guest

Is there a way in Access to create a questionnaire for use by a person at a
remote site, wherein that user could filling a key field (ID) along with
various pieces of information and have that feed into a main database?

How would the person access this questionnaire, as we want it to be
renewable, where the person can go site to site gathering data, and each time
they get the data it is transmitted to our database?
 
Your best method would be creating the questionaire for the web and using a
web language such as ASP or ASP.Net to capture the data and write it to a
database. This method does take someone that has a web programming
background along with Access knowledge.

The database can reside on an external web server and send down the info to
a master database via the Internet or the database can reside on your own
local web server and updated from your web site.
 
Back
Top