Prevent the user from adding a new record while still allowing him tomodify existing records

  • Thread starter Thread starter Kevin C Niven
  • Start date Start date
K

Kevin C Niven

I want to create a form that prevents the user from adding a new
record. I do, however, want the user to be able to modify existing
records.

So I guess I need two things:

1. To disable the "New (blank) record" button on the nav bar.

2. To prevent the user from clicking the "Next record" button when he
is on the last record (i.e., before the new record).

Is there a simple way to do this? Barring that, is there a difficult
way to do it?


Thanks,
Kevin
 
I apologize. I just realized how dumb this question is. I see there
is an Allow Deletions property for the form.

Never mind. ;-)


Kevin
 
I apologize.  I just realized how dumb this question is.  I see there
is an Allow Deletions property for the form.

Never mind.  ;-)

Kevin

Allow Additions, I mean. *SIGH* It is Friday afternoon.
 
Back
Top