Prevent a form from showing existing records
If you don't want the form to display existing records, set the DataEntry property to Yes.
If you want the form to open with all records showing, set the DataEntry property to No.
Prevent a data access page from showing existing records
If you don't want the page to display existing records, set the DataEntry property to True.
If you want the page to open with all records showing, set the DataEntry property to False.