I am writing an application for a nursing home environment. I have a form that allows a user to select a resident number, and all the 'incidents' for that resident are displayed. The basics of the incident (date, time, place) are displayed for each incident for that resident. The user can then click on a select button by each line to get the full details of the incident.
My problem is that there is always an extra line displayed, as if it is expecting a new record. The Allow Additions field is set to No. The form is opened in Edit Mode. I am using a Where clause, ResidentNumber="002563" or whatever. What needs to be set to get rid of this extra blank line?
My problem is that there is always an extra line displayed, as if it is expecting a new record. The Allow Additions field is set to No. The form is opened in Edit Mode. I am using a Where clause, ResidentNumber="002563" or whatever. What needs to be set to get rid of this extra blank line?