Prev: preventing duplicates but not totally blocking
Next: How do I save data on a form to my database?
From: Avid Fan on 16 Mar 2010 01:24 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 16 Mar 2010 01:33 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 16 Mar 2010 07:41 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
|
Pages: 1 Prev: preventing duplicates but not totally blocking Next: How do I save data on a form to my database? |