I've tried to look on how to find a way to make this work, but I just keep finding solutions on auto-fill/auto-populate depending on what preset value is picked.
What I'm trying to accomplish is add a function that depending on when a key is pressed a result will pop up. Narrow down the result with each keystroke until you find the desired value so you do not have to type in the same value all the way through every time for a new entry. Now when no value is found in previous entries I would like to allow the user to add that unique value to the table. I'm trying to create this function for visitor names so that if i would like to search for a specific visitor I will find all entries to that visitor rather than miss one because the user creating the entry did not type in the name correctly.
The way I have my form setup is that I have a header/footer and in the middle a sub-form table that shows results based on what is searched. The footer has a search function and an add function. You may add entries via the add function or directly place them on a new record in the sub-form table.
Combo-Boxes seem to have the characteristics described above I'm looking for to make this work, but I cannot find a way for a combo-box to allow a new entry on a unique value if whatever is typed is not already in the combo-box.
Ideally I would like a regular text boxes to have these characteristics, but I have a feeling no SQL or changes to the properties will allow for this to happen. Please let me know if this is actually possible though!
The closest I have come to make this sort of work is using a combo-box and bounding it to the [VisitorName] Column in my table, but this does not allow for unique entries.
Let me know if you need more information! Thank you for any help!