macro inputbox to query, is it possible?

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!
 
K

KARL DEWEY

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]
 
Top