T
Tom G.
I have a database that only has one form. The form opens when the database
is opened and the Data Entry property is set to Yes so that each use of the
database requires the user to enter a new record.
I need to prevent the user from entering any additional new records during
any single use of the database. I removed the record navigation buttons from
the form and set the Cycle property to Current Record. But, a user can still
advance to a new blank record using the scroll wheel on their mouse.
How can I prevent this and lock the form down to allow only one new record
per use?
Thanks!
Tom G.
is opened and the Data Entry property is set to Yes so that each use of the
database requires the user to enter a new record.
I need to prevent the user from entering any additional new records during
any single use of the database. I removed the record navigation buttons from
the form and set the Cycle property to Current Record. But, a user can still
advance to a new blank record using the scroll wheel on their mouse.
How can I prevent this and lock the form down to allow only one new record
per use?
Thanks!
Tom G.