Cancel Event

A

Arnie

hi
how do you prevent the "you canceled the previous operation" msgbox appear
when using the cancel event DoCmd.CancelEvent

Ta
Arnie
 
D

Damon Heron

Without knowing your code, I have two suggestions
1) try Cancel=true instead
2) check that your form's bound objects are correctly referenced -(no
misspellings, etc.)

HTH
Damon
 
Top