Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Navigation Button help 1

Status
Not open for further replies.

Steven547

Technical User
Sep 15, 2004
165
US
I have a database that allows users to enter information. My navigation buttons are the basic commands, however, for my "next" records button, I want to prevent the user from going the next "records" if there is not record to view. When this happens, it creates a "blank" record. How can I prevent this from happening?

Thanks.
 
Actually, you had it right the first time. For the scroll buttons I created (command buttons), if you turn the AllowAdditions to OFF, you can't access a "blank" record. Then in your code, if the user clicks "Add New Record", just turn on the AllowAdditions.

Thanks for your feedback, it led me in the right direction!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top