reference current input field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello

i need to create a query in access 2000 that uses the current records fields
to generate a drop down list that only contains data that is relevent rather
than the whole list for every input i can program this externally but is
there a way to do this with access?

thanks
 
set criteria on the field you want to filter for relevancy, as

WHERE MyTable.MyField = "Some value"

hth
 

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

Back
Top