End of File

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the DoCmd.FindRecord and FindNext commands to locate records on a
form. I want to exit with a message box when the last record is reached.

Does the FindRecord and FindNext commands return a value.

Thanks
 
look for the EOF like if (recclone.eof) then msgbox xxxxxx

THis is not tested and will need to be tweaked.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top