Call Form_BeforeUpdate ??

kbreiss

Registered User.
Local time
Today, 22:58
Joined
Oct 1, 2002
Messages
228
Is there anyway to call "Form_BeforeUpdate"? When I try it I get a "Argument not optional" error

Thanks in advance.

kacy
________
LovelyWendie
 
Last edited:
Code:
Call Form_BeforeUpdate(0)
 
Mile-O-Phile said:
Code:
Call Form_BeforeUpdate(0)

Code:
Form_BeforeUpdate

That works for me, whats the difference in using "Call"
 
Nothing, I just like to use Call for readability.
 
And it works for you without passing the parameter for Cancel As Integer? :o
 

Users who are viewing this thread

Back
Top Bottom