J
juddshanker
I have a combobox which has a row source with a UNION select to
include "<All>"
The same form has a checkbox the show or hide "obsolete" items.
A third "textbox"control allows the user to enter text that is used to
filter records.
The logic for building the query is in the combobox afterchange event
and works correctly.
The issue is trying to force the combobox afterchange event when the
user changes either the checkbox or textbox controls change
I have tried Me.combobox.Text = Me.combobox.text but I get a message
that the beforeupdate or properties of the combox are preventing the
app from changing the combox. I have set limittolist in code and the
form to False, but that was not successful. I have tried without
success me.combobox.requery. I have an inormative message on the
screen that tells the user to "RESELECT" the combobox if they change
the check or text box, but the users don't follow instructions and it
looks terribly unprofessional to me, even if my implementation skills
are limited.
Any help will be truly appreciated, thanks
Judd
include "<All>"
The same form has a checkbox the show or hide "obsolete" items.
A third "textbox"control allows the user to enter text that is used to
filter records.
The logic for building the query is in the combobox afterchange event
and works correctly.
The issue is trying to force the combobox afterchange event when the
user changes either the checkbox or textbox controls change
I have tried Me.combobox.Text = Me.combobox.text but I get a message
that the beforeupdate or properties of the combox are preventing the
app from changing the combox. I have set limittolist in code and the
form to False, but that was not successful. I have tried without
success me.combobox.requery. I have an inormative message on the
screen that tells the user to "RESELECT" the combobox if they change
the check or text box, but the users don't follow instructions and it
looks terribly unprofessional to me, even if my implementation skills
are limited.
Any help will be truly appreciated, thanks
Judd