Form is Blank

  • Thread starter Thread starter Lillian
  • Start date Start date
L

Lillian

I have a form that goes blank when a user deletes all records.
Is there a way to have vba to add a record when the form is open. This
would keep the form from going blank.
 
I have a form that goes blank when a user deletes all records.
Is there a way to have vba to add a record when the form is open. This
would keep the form from going blank.

Check the form's Properties. My guess is that the AllowAdditions property is
No, which will prevent the "new record" from showing.
 
Back
Top