R
Rohan via AccessMonster.com
I have a memo field in the database that is linked to a textbox in a form.
At the moment the problem field has 32,649 characters in it, and has the
following
code on the get focus:
Private Sub titleholder_notes_GotFocus()
Me!titleholder_notes.SelStart = Len(Me!titleholder_notes & "")
End Sub
Which gives an error: Runtime error : 6, Overflow.
Can't work out why... Any clues ?
Rohan.
At the moment the problem field has 32,649 characters in it, and has the
following
code on the get focus:
Private Sub titleholder_notes_GotFocus()
Me!titleholder_notes.SelStart = Len(Me!titleholder_notes & "")
End Sub
Which gives an error: Runtime error : 6, Overflow.
Can't work out why... Any clues ?
Rohan.