View Single Post
  #6  
Old May 5th, 2010, 05:45 PM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Open Continuous form with a few lines showing

On Wed, 05 May 2010 12:25:53 GMT, "Linq Adams via AccessMonster.com"
u28780@uwe wrote:

As an afterthought, you might want to check that you have at least 5 record
before executing the

For i = 1 To 5
DoCmd.GoToRecord , , acPrevious
Next i


Or just trap and ignore the "you cannot go to this record" error.
--

John W. Vinson [MVP]