Msgbox is popping up twice in vbscript . I am calling below code in exit event in one of the field.
Call Msgbox("Exit",vbInformation)
how do I call it only once and not twice ...probably the exit event being called twice..so how do I call it once irrespective of the event being called once or twice.
Thanks