Hi everybody,
I’ve got a form with ‘Text Auto-Complete’ feature. The field works well when the user selects an item from the list that appears while typing.
What I want to do is to automatically update the lookup table if the user enters an item that cannot be found in it. It could be done by the macros but I need an event to insert them within.
An Ajax-event - OnChange or OnBlur, would be a good candidate for this, but they does not fire if the user typed data is not in the lookup table.
Any idea how this problem can be circumnavigated?
Thanks: Gyorgy