query criteria

G

Guest

I am trying to build a query. I want the criteria to be the value of a form
that I am working on. I tried [Forms]![frmMyForm]![MyFeild], but I keep
getting a dialog box asking for the parameter. When I type in the value, I
get the right result, but I don't want a dialog box, I just want Access to
find the value of the feild and use this for the criteria.
 
G

Guest

2nd try - IE locked up - (again)...

When you get a dialog box asking for the parameter, it means that the query
couldn't find the control to get the value. It could be because the form is
not open or the form name and/or the control name is misspelled.

Note: it has to be the control name, not the control source (i.e. the
"Field" name in the table that the data comes from).

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top