Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

How to assign user 1 to user 2 and show it in a table



Hi,

I have this form that contains an option of chooing user type 1 or user type 2, along with other infor they need to fill in, which include name, gender, address etc.

The data willl be stored into an Ms access table. A servlet is required to display the information, including the assigning data column.

I'd like to know how I can enable assigning of user type 2 to user type 1 and this will appear in a column that shows user type 2's name assign to user type 1's name.

Please advise the most simple and easiest method because I am the greenest of the green horn in Jsp and java servlet.

It's urgent so I hope some kind souls can help me out in this. Thank you so much.