I have a form with a subform on it. The RecordSource for the subform is a table.
The problem is as follows:
User selects a textbox on the subform and begins typing.
The first keystroke appears in the textbox and then the textbox loses focus.
The user must select the texbox again to continue typing.
This only occurs when the typing is creating a new record.
How do I prevent the textbox from losing focus when the new record is added? TIA...
The problem is as follows:
User selects a textbox on the subform and begins typing.
The first keystroke appears in the textbox and then the textbox loses focus.
The user must select the texbox again to continue typing.
This only occurs when the typing is creating a new record.
How do I prevent the textbox from losing focus when the new record is added? TIA...