Article ID: 109819
Article Last Modified on 1/18/2007
APPLIES TO
- Microsoft Access 1.0 Standard Edition
- Microsoft Access 1.1 Standard Edition
- Microsoft Access 2.0 Standard Edition
- Microsoft Access 95 Standard Edition
- Microsoft Access 97 Standard Edition
This article was previously published under Q109819
Novice: Requires knowledge of the user interface on single-user computers.
SYMPTOMS
You cannot save a blank, new record in a table or form.
CAUSE
Microsoft Access requires some form of data entry in the new record in
order to create it.
RESOLUTION
To add a blank record to a table, press SPACE BAR in any field in the
table.
To add a blank record to a form, press SPACE BAR in any field whose
ControlSource property points to a field in the underlying record source. A
SetValue or SendKeys macro action directed at the bound control will also
add a blank record to a form.
STATUS
This behavior is by design.
REFERENCES
For more information about adding records, search the Help Index for
"adding records to tables."
Additional query words: dirty
Keywords: kbprb kbusage KB109819