R
RHG
I have a combo box that gets populated with the index
fields. This is done to limit the search capabilities. In
order to do a docmd.findrecord I first need to set the
appropriate field with a .setfocus statement. The question
is how can i set focus to the selected value of the combo
box? I have tried combobox.value.setfocus but it did not
work.
fields. This is done to limit the search capabilities. In
order to do a docmd.findrecord I first need to set the
appropriate field with a .setfocus statement. The question
is how can i set focus to the selected value of the combo
box? I have tried combobox.value.setfocus but it did not
work.