macro inputbox to query, is it possible?

  • Thread starter Thread starter Adien
  • Start date Start date
A

Adien

Basically the title says it all. I'm using access 2000 and I would
like to carry the value from an inputbox, that would be activated in a
macro, to the where field in a query. Any ideas?

Thanks!
 
I would like to carry the value from an inputbox,
Is your 'inputbox' a textbox on a form?
If so, reference it like this ---
[Forms]![YourFormName]![TextBoxName]
 

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