Could somebody please tell me what this means.

P

PieterLinden via AccessMonster.com

Avid said:
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.
 
B

BruceM via AccessMonster.com

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.
[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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top