From: Avid Fan on
From http://www.allenbrowne.com/ser-32.html

What is the "Current event procedure" I have never heard of anything
like this.



Step 2: In the form's Current event procedure, enter this line:

Call ReloadSuburb(Nz(Me.Suburb, ""))


From: PieterLinden via AccessMonster.com on
Avid Fan wrote:
>From http://www.allenbrowne.com/ser-32.html
>
>What is the "Current event procedure" I have never heard of anything
>like this.
>
>Step 2: In the form's Current event procedure, enter this line:
>
> Call ReloadSuburb(Nz(Me.Suburb, ""))

Open a form in your database in design mode. Click on the Event tab. The
top event should be On Current. It's the event that fires each time you move
to a new record.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/201003/1

From: BruceM via AccessMonster.com on
More accurately, it fires when you arrive at any record, old or new. From
what I have seen from your past posts I am sure you know this, but I want to
clear up any potential misunderstanding for the OP.

PieterLinden wrote:
>>From http://www.allenbrowne.com/ser-32.html
>>
>[quoted text clipped - 4 lines]
>>
>> Call ReloadSuburb(Nz(Me.Suburb, ""))
>
>Open a form in your database in design mode. Click on the Event tab. The
>top event should be On Current. It's the event that fires each time you move
>to a new record.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/201003/1