It has been 2 solid evenings now of starring at the focus going to the first record in subform "sfOrderICN " on requering a listbox on the parent form.
It worked fine when i used a subform instead of a listbox "sfOrderAvgAllQ 1", on the parent form but I am trying to speed up the form when capturing.(will it help)
Somehow all the records get requeried and lose focus i think, when doing this, and then the focus goes to the first record in the subform after adding data to fields.
Any suggested plan of action to get Access to listen to me?
It worked fine when i used a subform instead of a listbox "sfOrderAvgAllQ 1", on the parent form but I am trying to speed up the form when capturing.(will it help)
Somehow all the records get requeried and lose focus i think, when doing this, and then the focus goes to the first record in the subform after adding data to fields.
Code:
[Forms]![orderf].Form.[sfOrderAvgAllQ1].Requery 'after update event of combobox called "item_lookup" in subform called "sfOrderICN"
Comment