ACC97: First Record of Multiple Pasted Records Appears Blank (170987)
The information in this article applies to:
This article was previously published under Q170987 Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you select multiple records in a continuous form and then copy and
paste them, the first record pasted may appear to be blank. If you close
and reopen the form, or if you scroll so that the record is no longer in
view and then scroll back, the data in the record appears as expected.
RESOLUTION
There are three possible workarounds.
Method 1
Press F9 after pasting the records.
Method 2
On the Records menu, click Refresh.
Method 3- Open the form in Design view.
- On the Edit menu, click Select Form.
- On the View menu, click Properties. Click the Event tab.
- Set the AfterInsert property of the form to the following event
procedure:
Private Sub Form_AfterInsert()
Me.Refresh
End Sub
STATUS
Microsoft has confirmed this to be a problem in Microsoft Access 97.
This behavior does not occur in Microsoft Access 2.0, Microsoft Access 95,
or Microsoft Access 2000.
REFERENCES
For more information about displaying the most current data in Form view,
search the Help Index for "refreshing records."
Modification Type: | Major | Last Reviewed: | 9/27/2003 |
---|
Keywords: | kbbug kbui KB170987 |
---|
|