View Full Version : Combo Box


adz2013
01-09-2002, 05:57 AM
I have a student form it has all the info on a student. Instead of using the menu item find I want to use a combo box. On the top of the form is a Combo Box. In the combo box is a list of student names. I want to select a name from the list and have it find that student record in the form. The combo box is unbound and the rest of the form is bound. I am using Access 2000.

LQ
01-09-2002, 06:19 AM
The easiest thing to do would be to use the wizard to create the combo box and choose the third option, Find a record on my form based on the value I selected in my combo box.

adz2013
01-09-2002, 12:53 PM
Thank you LQ