K kbreiss Registered User. Local time Today, 12:43 Joined Oct 1, 2002 Messages 228 Feb 23, 2004 #1 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: Apr 29, 2011
Is there anyway to call "Form_BeforeUpdate"? When I try it I get a "Argument not optional" error Thanks in advance. kacy ________ LovelyWendie
Mile-O Back once again... Local time Today, 12:43 Joined Dec 10, 2002 Messages 11,316 Feb 23, 2004 #2 Code: Call Form_BeforeUpdate(0)
a.sinatra quik Local time Today, 04:43 Joined Jan 10, 2004 Messages 262 Feb 23, 2004 #3 Mile-O-Phile said: Code: Call Form_BeforeUpdate(0) Click to expand... Code: Form_BeforeUpdate That works for me, whats the difference in using "Call"
Mile-O-Phile said: Code: Call Form_BeforeUpdate(0) Click to expand... Code: Form_BeforeUpdate That works for me, whats the difference in using "Call"
Mile-O Back once again... Local time Today, 12:43 Joined Dec 10, 2002 Messages 11,316 Feb 23, 2004 #4 Nothing, I just like to use Call for readability.
Mile-O Back once again... Local time Today, 12:43 Joined Dec 10, 2002 Messages 11,316 Feb 23, 2004 #5 And it works for you without passing the parameter for Cancel As Integer?