Customizing Record Navigation Buttons

  • Thread starter Thread starter Renraf
  • Start date Start date
R

Renraf

Is there anywhere to access the record navigation buttons and add code to
them? Or possibly to just get the code for them so I can paste it into new
buttons that do what I need?

I need to add record validation before switching to a new record, regardless
of whether the record needs to be updated (BeforeUpdate and AfterUpdate do
not work for this because changes to the subform affect my validation but
will not set the parent record as Dirty)
 
Back
Top