That's telling you that your control source of the textbox does not match any field names in the table. Open the form template in Design Mode. To see the full list of field names available, view each textbox's properties that #Name is appearing in. In the Control Source property, click the down-arrow at right - a list of available fields as defined in your table (identified in the Record Source above) will appear. From this list you will be able to select fields which are valid for each control (in this case, it is a textbox).
If you are still having difficulty after this, post your MDB here. If confidential, make a copy. Delete all the data, and leave only the table, the form template, and the query in the database. Upload this modified MDB. I'm sure there are several here who will help you figure it out.