Can someone help me with this program?

Can someone make this program for me?

Make a Java-webapplication containing a few webpages (html-files and servlets, but NO jsp's). With this application you can get bankdata from a database, for example:

page 1: html-file: Welcome on the website, type your bankaccount and password

page 2: error if bankaccount doesn't exist or wrong password

page 3: welcome with name and option to choose for your balance or a list with transactions from that account (the user can give a starting date)

page 4: showing the balance or the list with transactions, name and accountnumber

Store the information about the account and name in sessionsvariables

the database is an access-file with two tables

table Accounts with colums: accountnumber, name, balance and password

table Transactions with colums: accountnumber, amount, plus/minus, date, sorttransaction and contra-account

(when I need to send you the database by mail, you can ask me ...)

maybe someone can help me,

thanks in advance

greetings Bastiaan

[1084 byte] By [bezzzza] at [2007-11-27 5:14:31]
# 1
Sure we can help you. Post the code you have already and explain any problems you are currently having together with any and all complete compiler error messages and/or exceptions.But no, we are not going to do your homework for you.
masijade.a at 2007-7-12 10:36:28 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...