How to fill a record with data from a previous record automatically in Access 2000 and 2002 and Office Access 2003 (210236)
The information in this article applies to:
- Microsoft Office Access 2003
- Microsoft Access 2002
- Microsoft Access 2000
This article was previously published under Q210236 Moderate: Requires basic macro, coding, and interoperability
skills. This article applies only to a Microsoft Access database (.mdb).
For a Microsoft Access 97 version of this article,
see
136127. SUMMARY When you are creating new records by using a form, you may
want to speed the data entry process by having fields in the new record fill
automatically with values from the previous record. This article shows you how
to create a sample Visual Basic for Applications function called
AutoFillNewRecord() that enables you to fill selected fields (or all fields) in
a new record with values from the previous record automatically. Note This article explains a technique that is demonstrated in the sample
file that is named FrmSampl.mdb.
For additional information about how to obtain this sample file, click the following article number to view the article in the Microsoft Knowledge Base:
233324
The Microsoft Access 2000 sample forms database available in Download Center
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. NOTE: The sample code in this article uses Microsoft Data Access
Objects. For this code to run properly, you must reference the Microsoft DAO
3.6 Object Library. To do so, click References on the Tools menu in the Visual Basic Editor, and make sure that the Microsoft DAO 3.6 Object Library check box is selected. REFERENCESFor more information about the For Loop, in
the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type For Each...Next Statement in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbcode kbinfo kbProgramming KB210236 |
---|
|