I have a form called Software which I'm trying to have filtered based on what is entered in the box. The form calls from another table called Software titles and pulls title
from that list. It can either be a combo box or Text box but it would be nice if when you start typing if it could pull up the results as you type. I'd like to set it up to where the box shows results such as:
If Vis
is entered it will only return results where Title
starts with Vis
.
I'm a beginner and mostly setup through SQL/Access interface. I have not dealt with VBA.
Appreciate any help!