Joe,
Put an unbound textbox on a form, and enter the criteria in here. In
both the Append Query and Delete Query, replace the existing parameter
prompt with a reference to the textbox, using syntax such as...
[Forms]![NameOfForm]![NameOfTextbox]
By the way, as an aside, 'name' is a Reserved Word (i.e. has a special
meaning) in Access, and as such should not be used as the name of a
field or control. I recommend you change this.

Signature
Steve Schapel, Microsoft Access MVP
> i wrote an append and a delete query for a table to move and delete records
> by looking up the name field in a record by the statement like 'Enter Name".
[quoted text clipped - 4 lines]
>
> joe