Online Survey with Access?

R

RockectScientist

I'm trying to make an online survey for a non-profit and have 2 choices
through Network Solutions either Access (I know and understand) or SQL (I
have not a clue.).
Which is a better choice? Currently I'm using HTML form with an email script.

With access I have never been able to get the drop downs in an ADP.

types of questions are standard Multiple choice, Fillin the blank, select
from drop down, and ranking (I figured I could do a varition of the drop down
for this.)

While I do have some experience in programing I do not know visual basic.
 
A

AnandaSim

I'm trying to make an online survey for a non-profit and have 2 choices
through Network Solutions either Access (I know and understand) or SQL (I
have not a clue.).

SQL is the language. SQL Server is the database product.
Which is a better choice? Currently I'm using HTML form with an email script.

Is this intranet or internet?
With access I have never been able to get the drop downs in an ADP.

ADP is a desktop solution. It works on LAN but not through the
browser.
DAP are special webpages that created by Access but can work only in
IE and need special setups on the webserver - they are generally not
favoured for internet.
types of questions are standard Multiple choice, Fillin the blank, select
from drop down, and ranking (I figured I could do a varition of the drop down
for this.)

While I do have some experience in programing I do not know visual basic.

If you are looking for a webpage solution, you need to pick a web
server scripting solution - .net, php, coldfusion, etc.....

Then learn how to make these webpages using these languages.

The actual database you use is secondary.

What languages do you know?

hth
Ananda
 

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

Top