I would add an answer to VSU , suggesting using Google Forms for data entry. You just need a free account, and then use Docs to create a new form.
It is very easy to configure, and the presented results are displayed in a Google spreadsheet, which can be downloaded as a regular Excel file (which simplifies import into Access).
You have several ways to share the form:
- Send link to the form
- Paste form into email
- Paste the form into your website, which is probably the best solution for you.
Once the data is in your database, you can easily create a report and a simple search form to find the name of the applicant and print the form.
It does not take more than an hour to start and have something functional. You can always improve it later as soon as you experiment with it.
The advantage of using Google forms is that it is free, it works well, and you are safe enough, since you do not directly connect your database to the Internet (and not the risk of SQL injection ).
source share