Update a form bound to dynamic query

Obe

Registered User.
Local time
Today, 09:41
Joined
Apr 3, 2012
Messages
18
I have a form bound to a dynamic query. It is similar to a search function, the user enters a keyword and the query is updated, however the continuous form does not show the updated query results unless the form is closed and reopened. Requery methods do not work. It's something simple but I'm missing it. Any ideas?
 
Requery methods do not work.

Post the actual "requery methods" you have tried which do not appear to work and where you have used them (what event/events).
 
Bob/Dan,
Thanks for the quick reply. After walking away from the screen and having a nice Manhattin, I came back, stared at the code and recognized the issue. I put in Me.Form.RecordSource = "qryGetTasks3" after the code for building the dynamic query. That updates the form for me.

Thanks again for you quick reply.
Obe
 
Last edited:

Users who are viewing this thread

Back
Top Bottom