My drop down menu won't save entered data.

H

Heather

I am using the Studnet template for Access 2007. I have added several drop
down menus to the template, but the information selected will not save.
 
L

Linq Adams via AccessMonster.com

The combobx control has to be bound to a field in the underlying table/query.
In Design View, select the combobox then goto Properties - Data and set the
Control Source property to the field that you want the data saved to.

I assume this is still how you access Properties in v2007, although I don't
run it myself.
 
Top