andrey_anikin
Registered User.
- Local time
- Today, 21:51
- Joined
- Jan 3, 2008
- Messages
- 31
Hi All,
I have a small issue with a combobox. It is located on a reminder setup form and is intended to keep e-mail addresses that have been used in the past. I am tryin to achieve that by just adding values to its recordsource in the NotInList event handler. The issue is in the following: if I set the AllowValueEditLists property of the combobox to True, it displays the list change dialog when I type in something new - this I don't want to have, would like to just silently add the new item to the list. And if I disable AllowValueEditLists, the thing just won't add anything to the list of values.
Please give me a hint as to how I can bypass that.
I have a small issue with a combobox. It is located on a reminder setup form and is intended to keep e-mail addresses that have been used in the past. I am tryin to achieve that by just adding values to its recordsource in the NotInList event handler. The issue is in the following: if I set the AllowValueEditLists property of the combobox to True, it displays the list change dialog when I type in something new - this I don't want to have, would like to just silently add the new item to the list. And if I disable AllowValueEditLists, the thing just won't add anything to the list of values.
Please give me a hint as to how I can bypass that.