I am using the AfterUpdate event of a forms combo box to allow users to go to the selected record (it uses the rsClone.FindFirst).
It works fine when the form is opened with a complete recordset.
However, sometimes the form is opened from a link on another form and in such cases it then returns a filtered set of records.
In such case the combo box does not allow the user to go to a record which is not included in the filtered set.
How can I get the combo box to remove the forms filter sort before it actually tries to go to the selected record.
I should add that the combo box menu is derived from a query that will return a list of all the records regardless of the filter that is applied to the form
It works fine when the form is opened with a complete recordset.
However, sometimes the form is opened from a link on another form and in such cases it then returns a filtered set of records.
In such case the combo box does not allow the user to go to a record which is not included in the filtered set.
How can I get the combo box to remove the forms filter sort before it actually tries to go to the selected record.
I should add that the combo box menu is derived from a query that will return a list of all the records regardless of the filter that is applied to the form