go to last record meeting criteria

  • Thread starter Thread starter Jake F
  • Start date Start date
J

Jake F

I have a survey and I want to allow users to go to the last record that has
been answered for when they are reviewing info but make it only answered
records so none are skipped. I'm not sure if I can add the criteria to the
GoToRecord_Last function or if there is a better way.
 
I have a survey and I want to allow users to go to the last record that has
been answered for when they are reviewing info but make it only answered
records so none are skipped.  I'm not sure if I can add the criteria tothe
GoToRecord_Last function or if there is a better way.

apply a filter first so you only have the records you want, then go to
the last record.
 
Back
Top