i have a datasheet and a separate form.
basically, the datasheet is a list of members. when i double-click one particular member, a form opens where i can select a membership status from a combobox. after the combobox is filled, the datasheet is requeried to reflect the status change. this status form is not closed becuase i want the user to be able to choose if to send a letter. (it is not required to send a letter) the user can click to close the box.
but i am trying to help the user so that she does not have to click the box (everything else can be done withthe keyboard). i figured that i could do something like this:
when the user changes from one member to another (in the datasheet), the status form closes. i have that done. but now the focus is on the first record of the datasheet, not in the new record.
what can i do to set the selected record to have the focus?
basically, the datasheet is a list of members. when i double-click one particular member, a form opens where i can select a membership status from a combobox. after the combobox is filled, the datasheet is requeried to reflect the status change. this status form is not closed becuase i want the user to be able to choose if to send a letter. (it is not required to send a letter) the user can click to close the box.
but i am trying to help the user so that she does not have to click the box (everything else can be done withthe keyboard). i figured that i could do something like this:
when the user changes from one member to another (in the datasheet), the status form closes. i have that done. but now the focus is on the first record of the datasheet, not in the new record.
what can i do to set the selected record to have the focus?