artful at rogers.com
artful at rogers.com
Wed Aug 30 12:19:34 CDT 2006
You also need to declare said event Public, I think. If it is private you won't be able to CALL it.
----- Original Message ----
From: paul.hartland at fsmail.net
To: Access Developers discussion and problem solving <accessd at databaseadvisors.com>
Sent: Wednesday, August 30, 2006 10:58:39 AM
Subject: Re: [AccessD] Accessing AfterUpdate Event from another procedure
I too am unsure what your trying to do but you would need to use a call statement....I know you can call events in the same form your working in, but as for another form I don't know if it would work....you could always try
CALL Forms![frmControl].cboNav_AfterUpdate
As I say I don't know if it would work, but surely there could be a better solution..
Paul