program listbox to take parameter

K

Kevin

Mike,

In your query, put a reference to the text field on the
form in the criteria field for the appropriate datafield.
Then in the afterupdate event for the text field put the
following:

Me![yourListboxNameGoesHere].Requery

That should do it.

Hope that helps!

Kevin
 
Top