Hi,
I'm changing the recordsource of a form using an SQL string to filter the records.
The correct number of records appear but a bound combobox doesn't display the value for the first record in the newly filtered set of records.
I've tried using me.refresh after the recordsource change and a requery on the combobox on the 'on current' event but nothing works.
Any ideas
I'm changing the recordsource of a form using an SQL string to filter the records.
The correct number of records appear but a bound combobox doesn't display the value for the first record in the newly filtered set of records.
I've tried using me.refresh after the recordsource change and a requery on the combobox on the 'on current' event but nothing works.
Any ideas