Putting database on the Web

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

Guest

I am doing a research project and want my clients to be able to access a
questionaire online. is it possible to put this questionaire online in a FORM
design, where the answers to the questions can be connected to a "behind the
scenes" table that has already been created? Can different people access this
questionaire online, fill it out, and submit it - so that all of the info
will be stored in an access database table? and if so, how can this be done?
 
In general, no, you cannot use Access on the web. You need to develop a web
application against the data in a *.mdb file, if yo do not have high volume
traffic.
 
Back
Top