The form is open. The query is triggered by a command
button in the form, taking (hopefully) the field contents
from a field in the form and using it for the query
criteria. Can I get it to do this without a dialog box
prompt asking for the parameter?
Rip
-----Original Message-----
The form must be open. A query will not open a form.
--
Duane Hookom
MS Access MVP
When I use this, it still prompts for the parameter. I
would like it to run automatically using the data from a
field in the current record. Is this possible?
Rip
-----Original Message-----
Rip,
It would be:
[Forms]![YourFormName]![YourControlName]
HTH,
Nikos
message
What is the syntax to type in the 'criteria' field of a
query when you want to plug in the data from a form
field
when the query runs?
Thanx millions?
Rip
.
.