Hello. Long-time user of Access here, and I have encountered a quirk I have never seen before.
I have set-up a Continuous Form from a query where users can enter in values to pre-existing records. I do not want the user to be able to add or delete any records here, simply update existing records that they arrive at from a Selection Form I have created. So I have gone into the Properties of the Form and set the following Property values on my Form:
- Data Entry: No
- Allow Additions: No
- Allow Deletions: No
- Allow Edits: Yes
- Record Selectors: No
- Navigation Buttons: No
It lists all the records (from the Detail section), but for some reason it also shows a blank row underneath the last record. It allows the user to start typing into this blank record, though it errors out when they try to leave it, as the user cannot enter in the key fields for a new record.
It is good that they cannot enter/save new records, because I do not want to allow that, but I cannot figure out why it is displaying this blank record at the bottom, and want to suppress/hide it. Usually, setting the Properties to the values I have shown above do the trick, but for some reason it does not appear to be working.
Has anyone seen anything like this, or know how to hide this "false" blank record? Thanks.
BTW, I am using Access 2007.