![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
When you say "drop down menu", do you mean an actual menu option (at the very top of your screen, like the standard Access File menu) or do you mean on your form? On your form is pretty simply - drag a Combo from the toolbox onto your form, then set the following values in the Properties dialog: RowSourceType = ValueList RowSource = Male;Female If you want to store this value, you'll need to "bind" it to a datafield on your form. This would save the actual "Male" or "Female" value, so make sure you bind it to a Text column. |
![]() |
| Thread Tools | |
| Display Modes | |
| |