...
Auto-Complete Choices
Auto-complete allows you to have a field produce choices to select your textbox field to automatically suggest choices based on text entered into the textbox. The auto-complete can be populated by entering something as simple as setting a series of choices using a comma separated list or it can be as complex as passing JSON through a web service such as a PHP program. Auto-complete can be used to obtain records from a database as well.
...