Limiting data entry by user to 1 record

  • Thread starter Thread starter hermanko
  • Start date Start date
H

hermanko

Hi,

I have a form set up as an interface for the user to input
information... pretty standard to do. However, I've been trying for a
while now to figure out how I can customize the properties/settings so
that only ONE record can be added (to the underlying table) before the
user is forced to do something (i.e. click a "save and close" command
button).

As it is now, the user can easily move on to a second new record by
tabbing past the last field on the form, or using a wheel mouse to move
past the last field.

Is there a simple switch in the properties that can limit the form to
accept only one new record?

Thanks,
Herman
 
There is no simple way to do this unless you want them out of the form. What
is the reason you want this to happen or what is it you are trying to
prevent? Maybe there is an alternative.
 
Thanks. The Cycle ON/OFF property was definitely the simple soln i was
looking for!
Herman
 
Back
Top