T
tlyczko
I have Stephen Lebans' RichText control on a subform, which is bound to
a memo field.
The only editable control on this subform is the rich text control for
the memo field.
When the main form opens, the first record of the subform cannot be
typed into.
The only way to fix this is to page to the next record, then page back
to the first record, then one can type into the rich text control to
enter text.
Why does this happen, what can I do to prevent this??
I tried setting Me.Dirty in various form events but doing this requires
a bound control to a text box or a combo box, neither of which are
possible to add to this subform.
I also tried using DoCmd.RunCommand acCmdRecordsGoToNext and then
DoCmd.RunCommand acCmdRecordsGoToPrevious in the subform's OnLoad
event, to simulate the manual fix described above, but this does not do
anything...
Thank you for your help, Tom
a memo field.
The only editable control on this subform is the rich text control for
the memo field.
When the main form opens, the first record of the subform cannot be
typed into.
The only way to fix this is to page to the next record, then page back
to the first record, then one can type into the rich text control to
enter text.
Why does this happen, what can I do to prevent this??
I tried setting Me.Dirty in various form events but doing this requires
a bound control to a text box or a combo box, neither of which are
possible to add to this subform.
I also tried using DoCmd.RunCommand acCmdRecordsGoToNext and then
DoCmd.RunCommand acCmdRecordsGoToPrevious in the subform's OnLoad
event, to simulate the manual fix described above, but this does not do
anything...
Thank you for your help, Tom