Prevent Navigating Past Last Record

W

WillW

I have a view/update form that displays records filtered by a key passed from
the triggering form. I need to prevent the addition of records -- users
should only be able to view existing records and update certain allowed
fields.

How do I prevent users from navigating past the last record to a blank record?

Thanks,
Bill
 
R

ruralguy via AccessMonster.com

Each form has an AllowAdditions property.
I have a view/update form that displays records filtered by a key passed from
the triggering form. I need to prevent the addition of records -- users
should only be able to view existing records and update certain allowed
fields.

How do I prevent users from navigating past the last record to a blank record?

Thanks,
Bill
 
Top