Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
Select the Lookup tab and change the Display Control property to ComboBox.
Set the Row Source Type to be set to “Table/Query”.
Set the Row Source property to tbl_items.
Creating a table lookup is very similar to creating a value lookup.
We often use these on foreign key fields, to ensure users can only choose a value from the matching primary key field.
This time, open the tbl_part_order table and select the Item field.
In the Row Source Type property, set the drop down to Value List.
In the Row Source property, list out the values we want in the combo box, with each value separated by a semi-colon (;)
http://www.knowitallninja.com
Select the County field and in the field properties panel select the Lookup tab.
Set the Display Control property to ComboBox.
To prevent users inputting values not in our list we need to set the Limit To List property to Yes.
Other useful properties include: