How do I get a completed form entry only show in the table?

C

Confused

Once an entry in the Form View is complete, how do I get the finished entry
only to show in the Table?
 
P

pietlinden

Once an entry in the Form View is complete, how do I get the finished entry
only to show in the Table?

Set the DataEntry property of the form to True, then once the record
is entered, the users can no longer see it.
 
Top