Hi all
Acc 97
On the beforeupdate event for a form the code checks for form completeness, no problem. If the form is not complete then the line "cancel = true" is actioned. You then get the message that you have canceled an event blah blah which is very annoying so I changed the cancel line to
docmd.setwarnings false
cancel = true
docmd.setwarnings true
The message still comes up. How can I get rid of it?
Acc 97
On the beforeupdate event for a form the code checks for form completeness, no problem. If the form is not complete then the line "cancel = true" is actioned. You then get the message that you have canceled an event blah blah which is very annoying so I changed the cancel line to
docmd.setwarnings false
cancel = true
docmd.setwarnings true
The message still comes up. How can I get rid of it?