Problem with 'Next' navigation button

  • Thread starter Thread starter Silvester
  • Start date Start date
S

Silvester

Hi,

I have 4 wizard-created navigation buttons on my A2000 form (linked to
records in my table).

1. First record
2. Previous
3. Next
4. Last record

I do not want to allow new records to be inserted through this form.

Hitting cmdLast and then cmdNext inserts a new record. I do not want to
allow this. Users should be allowed to browse through existing records but
NOT add new records.

How do I enforce this and debug ?

TIA
 
Set .AllowAdditions = False ... in design view, click on the Data tab on the
Properties dialog, you'll find it there.
 
Back
Top