MikeAngelastro
Registered User.
- Local time
- Today, 04:41
- Joined
- Mar 3, 2000
- Messages
- 254
Hi,
I have a few forms where combo box lookups are used to enter values from another table to the form's table. The combo box also represents a part of a multi-field key. If users don't pay close attention, it is possible to select the same item from the lookup list twice. Any attempts to move to the next field are of course blocked by Jet until the user changes the item to one that has not yet been selected.
The message that comes up is too detailed, as well as too crytic for nonprogrammers, and users must take extra time to figure out what it means. I have tried but can't find an event that happens before the Jet message when changing to the next record. I want to trap the error to provide a more useful message to users.
Any ideas for handling this kind of thing in an elegant manner?
Thanks
I have a few forms where combo box lookups are used to enter values from another table to the form's table. The combo box also represents a part of a multi-field key. If users don't pay close attention, it is possible to select the same item from the lookup list twice. Any attempts to move to the next field are of course blocked by Jet until the user changes the item to one that has not yet been selected.
The message that comes up is too detailed, as well as too crytic for nonprogrammers, and users must take extra time to figure out what it means. I have tried but can't find an event that happens before the Jet message when changing to the next record. I want to trap the error to provide a more useful message to users.
Any ideas for handling this kind of thing in an elegant manner?
Thanks