Do you not get that if you create a form and set the recordsource to the table, like it was written in the link?
1. If you want to update the contents of a table from a form, the simplest way consist in binding the form to the table (or to a query based on the table) - property: RecordSource, then to bind the controls of that form (TextBox controls, etc.) to the columns (fields) of the bound table or query - property: ControlSource.