S
Samer
I have a form called "Start." In this form
create a query with the criteria
Like "*" & [Forms]![start]![name] & "*"
then on the event put
object.requery
which is where ever your query is supose to display or if your query
runs only after you click a button then just ingore the object.requery
thing