M
Mitch Powell
I have a text box using a query as a recordsource. The Click event sets the
filter property of the parent form to the value selected in the text box.
Every time I click the text box, the items disappear for a brief second and
then re-appear. I do not explicitly requery the text box, but am guessgin
that somehow the act of setting the filter on the parent form results in a
requery, causing the brief "blank out". Jsut a guess.
This is obviously very distracting and annoying (I am easily annoyed). Any
idea why this may be happening and how to prevent it??
filter property of the parent form to the value selected in the text box.
Every time I click the text box, the items disappear for a brief second and
then re-appear. I do not explicitly requery the text box, but am guessgin
that somehow the act of setting the filter on the parent form results in a
requery, causing the brief "blank out". Jsut a guess.
This is obviously very distracting and annoying (I am easily annoyed). Any
idea why this may be happening and how to prevent it??