I have created a form where there's an option or 2 user types.
All the data collected will be posted to my msaccess table.
I have user java servlet to link the html to msaccess table so that user can view the table.
Now I need to complete another task which is I can allow 1st user to assign 2nd user to any existing 1st users available on my database.
I hope someone can advise me how to go about doing this.
All the data collected will be posted to my msaccess table.
I have user java servlet to link the html to msaccess table so that user can view the table.
Now I need to complete another task which is I can allow 1st user to assign 2nd user to any existing 1st users available on my database.
I hope someone can advise me how to go about doing this.
Comment