The problem is the following:
I have a subform. The subform includes 5 fields (text boxes). After an input in a field, I refresh the subform with the following code:
Forms![frmArticle]![sbfrmDetails].Form.Refresh
Strange enough that after the refresh the cursor goes back to the first field of the current record. Why is that? Can I avoid that?
I have a subform. The subform includes 5 fields (text boxes). After an input in a field, I refresh the subform with the following code:
Forms![frmArticle]![sbfrmDetails].Form.Refresh
Strange enough that after the refresh the cursor goes back to the first field of the current record. Why is that? Can I avoid that?