DBL
Registered User.
- Local time
- Today, 00:36
- Joined
- Feb 20, 2002
- Messages
- 659
I have a combo box that allows users to enter new data via the Not In List event. If, however, a user has selected a name from the existing list I want to give them an Are You Sure message before updating the main record but if it's a name they've just added through Not In List then I don't want them to get the Are You Sure message. I thought about collecting the new data in a variable at the NotInList stage - and it is assigning the details to the variable - but by the time the Before Update event kicks in (which runs immediately after the NotInList) the variable is blank.
Any ideas? I'm probably doing the variable wrong.
Thanks
Dawn
Any ideas? I'm probably doing the variable wrong.
Thanks
Dawn