Access 2013 - Form - drop down menu

ajboots

New Member
Joined
Jun 7, 2011
Messages
7
Office Version
  1. 365
Platform
  1. Windows
New to Access.

On a form I have a drop down menu (combo box) with the menu choices being pulled from a table. I'd like users to be able to use the drop down selections for the most commonly used entries, but also be able to enter unique data in the field.

Any help appreciated. Thanks, AJ
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
A common method is to use the NotInList method because it gives you the option to cancel the addition of data if the user expects it should already be there. This can happen if a user is allowed to type into the control but a typo results in a value that they think is there but is not. Their entry can be cancelled, or the entry can be added if it passes validation.

https://msdn.microsoft.com/en-us/library/office/ff845736.aspx
 
Last edited:
Upvote 0

Forum statistics

Threads
1,221,828
Messages
6,162,215
Members
451,752
Latest member
freddocp

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top