D
Deleted member 65619
Guest
Hey All,
I was wondering if anyone could clearly explain the difference between Cancel = True and DoCmd.CancelEvent. I've been using doCmd.CancelEvent but I'm unable to really see a difference between the two and the pros and cons to using either. If you have a great link that clearly explains it, that would be very much appreciated as well.
I've been searching but haven't really found a clear explaination that warrants one over the other. It seems Cancel = True/False and storing it as an integer is the only real difference. I did see one user mention that CancelEvent is an actual event where cancel just stops and doesn't trigger an unknown event. However, I wasn't sure if that was true.
Thanks,
J
I was wondering if anyone could clearly explain the difference between Cancel = True and DoCmd.CancelEvent. I've been using doCmd.CancelEvent but I'm unable to really see a difference between the two and the pros and cons to using either. If you have a great link that clearly explains it, that would be very much appreciated as well.
I've been searching but haven't really found a clear explaination that warrants one over the other. It seems Cancel = True/False and storing it as an integer is the only real difference. I did see one user mention that CancelEvent is an actual event where cancel just stops and doesn't trigger an unknown event. However, I wasn't sure if that was true.
Thanks,
J