nvwildfire
Technical User
Here is my problem. I want my users to be able to enter a new student without dealing with all the other students in the table, so I have an unbound form that will be used for input of new student information into the stud_info table. I have no problems with the code to put the data from text boxes into a table but I have combo boxes that are populated from another table by a related id number. For example I have the combo box listing degree types (Masters, and PhD) but the value in my stud_info table is actually an id number in the degree table not the degree type (masters or PhD), the stud_info and degree tables are related on Deg_ID. So with that known how do I populate a combo box with the Degree type but have the Deg_ID value entered into the table when they hit the "add" button. I've done this several times in asp but am getting frustrated trying to figure this out in access and VBA. By the way I'm using ADO if that makes any difference.
Any help would be greatly appreciated.
thanks,
kgk
Any help would be greatly appreciated.
thanks,
kgk