Navigation Buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a Form where its Record Source is a Table.

For some reason only this form, the Forward Navigation (-->)Button never
gets diabled, even if it hits the End of the Record set. Then when user
clicks on it, it keeps adding Blank Rows into the Table. I do want to allow
user to enter in New Records but not when that happens. Its doesnt happen on
any other Form I have, only this one.

Any ideas why this is happening ? How to stop it ?

Any help would be greatly appreciated.

Thank you,
Jeff
 
Jeff said:
Hello,

I have a Form where its Record Source is a Table.

For some reason only this form, the Forward Navigation (-->)Button never
gets diabled, even if it hits the End of the Record set. Then when user
clicks on it, it keeps adding Blank Rows into the Table. I do want to allow
user to enter in New Records but not when that happens. Its doesnt happen on
any other Form I have, only this one.

Any ideas why this is happening ? How to stop it ?

Any help would be greatly appreciated.

You have code (or a macro) that is "dirtying" the form every time you navigate.
Are you doing anything like that to set a field to a particular value in the
form's Current event?
 
Back
Top