D
Dave
I have a unbound cbo on a form that is used to find records in the form's
recordset.
When I make a change the affects the sort order of the current record on the
form, I want the cbo to be updated so that the position of the current
record in the cbo drop down list is changed based on the change I just made
to the sort order value.
I tried including cbo.requery in the afterupdate event of the text box that
contains the sort order value that I am changing but this does not seem to
work. I don't see any other cbo methods that might do what I need.
How can I resort the cbo on the fly?
recordset.
When I make a change the affects the sort order of the current record on the
form, I want the cbo to be updated so that the position of the current
record in the cbo drop down list is changed based on the change I just made
to the sort order value.
I tried including cbo.requery in the afterupdate event of the text box that
contains the sort order value that I am changing but this does not seem to
work. I don't see any other cbo methods that might do what I need.
How can I resort the cbo on the fly?