Event for navigating between records

  • Thread starter Thread starter Amy Blankenship
  • Start date Start date
A

Amy Blankenship

What event fires when you hit the button to navigate to another record? I
need something that will enable me to modify the data of the record that is
being navigated away from rather than the current event of the next record.

Thanks;

Amy
 
That's what I wound up using. Seems to work...

Thanks;

Amy

Sandra Daigle said:
There is no such animal - there was almost an event in AccessXP (2002) but
it was removed and to my knowledge, has never reappeared. Will the
BeforeUpdate event help you? It fires before updates are made to the
record - of course it doesn't fire if there are no updates. Here is
another option:

ACC2002: How to Programmatically Implement a RecordExit Event
http://support.microsoft.com/default.aspx?scid=kb;en-us;304139&Product=acc2002

--
Sandra Daigle [Microsoft Access MVP]
Please post all replies to the newsgroup.


Amy said:
What event fires when you hit the button to navigate to another
record? I need something that will enable me to modify the data of
the record that is being navigated away from rather than the current
event of the next record.
Thanks;

Amy
 
Back
Top