You do not enter anything in the properties of the control.
When the form is open in input mode you will type the value you want as
criteria into the control.
In the query, the parameter would be
[Forms]!]The Name of your form]![The name of the control on the form]
If the form is open the query will be able to get the value that is typed
into the control and use that.
In the query grid (design view), I would expect to see
Field: SomeField
Criteria: [Forms]!]The Name of your form]![The name of the control on the
form]
If you typed"Socrates" into the control on the form and then run the query
it would search the field for "Socrates" and return records with that value
in that field.
I am not understanding where the parmater is entered....
i am kinda new... please bare w/ me
[quoted text clipped - 11 lines]