copy text from access form to vb6-ocx

L

Lorenz Ingold

We have an access form (it is MSAccess 2003), with a normal text field. With
Ctrl-C / Ctrl-V I can take the content of this text field and put it
anywhere, with (at least) one exception: I have a second access form open,
and on it there is a Visual Basic 6 ocx with its own text fields. If I do
Ctrl-V on such a text field, nothing gets copied (this textfield is enabled,
I can type in any text manually). Any idea what this is and what solution or
work around could be done?
 
D

Douglas J Steele

Can you copy text from elsewhere and paste it into the ocx? If not, then I
suspect that the problem's with the ocx, not with Access.
 
Top