Forms: Comparing user input on a form to data in a database

  • Thread starter Thread starter chrisdsax
  • Start date Start date
C

chrisdsax

I have a form created. It's actually an exam that i need to compare the data
the user puts in to data (correct answers) already in a database, calculate
the answers the user has right in percentage. if the user has at least 70
percent correct, grab his user name from the computer and mark the user as
having passed in the exam and store it in the database.
 
And?
Your question is?
Everything you want to do can be done w/ custom hand coded server side scripts
- but not w/ a "template" or by someone w/o a fee

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I have a form created. It's actually an exam that i need to compare the data
| the user puts in to data (correct answers) already in a database, calculate
| the answers the user has right in percentage. if the user has at least 70
| percent correct, grab his user name from the computer and mark the user as
| having passed in the exam and store it in the database.
 
Back
Top