criteria from another query

G

Guest

Sometimes right sometimes wrong:
When I use the results from a field in a query as the creteria for a field
in a different query, I sometimes get a prompt (when I activate the query)
for a paramater criteria. I understand the bracket issues for a paramater
query. How do I tell the query that this is not a paramater query but
criteria.
 
K

Ken Snell \(MVP\)

You'll need to show us an example of the code that you're using (or the SQL
statement if it's a stored query) so that we can debug it with you. Any time
you get a parameter prompt, it's because Jet does not find the specific
field in the query's data source.
 

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