ACC: How to Determine If the Current Record Is the New Record (112292)
The information in this article applies to:
- Microsoft Access 1.0
- Microsoft Access 1.1
- Microsoft Access 2.0
This article was previously published under Q112292
Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
Microsoft Access has no built-in macro action or function to determine
if the current record on the form is the new record. This article
demonstrates a sample function called IsNewRecord() that you can use to
determine whether the current record on the form is the new record.
This article assumes that you are familiar with Access Basic and with
creating Microsoft Access applications using the programming tools provided
with Microsoft Access. For more information on Access Basic, please refer
to the "Introduction to Programming" manual.
NOTE: In Microsoft Access for Windows 95 there is a new form property
called NewRecord that can be used to determine if the current record is
a new record or not.
Modification Type: | Major | Last Reviewed: | 5/6/2003 |
---|
Keywords: | kbhowto kbusage KB112292 |
---|
|