Hi guys, this is the first time i am doing any web development. I hope you can help me about this. The problem is bellow:

I have a user table with the fields show bellow
Say tUser(UniqueName, F_Name,L_Name, MI...)
I want to create a data entry form which will contain UniqueNAme fields (along with other fields). I have to get data of the UniqueName from this table (access database) when the form loads in the drop down/list/combo box. I know just simple insert/update and deletes but i have not done this before. Can any body help me how can i do this.
I will appreciate your help
thanks :)