Access

  • Thread starter Thread starter drusenko
  • Start date Start date
D

drusenko

Hello,

I am trying to add the DHTML Edit Control ActiveX Object to an Access
form. Everything works very well, except that the "Enter" key cycles
between form elements, instead of being sent to the ActiveX object
(which would add a new line) -- in other words, it's impossible to add
a new line. I tried setting the EnterKeyBehavior property (as one would
do with Text boxes), but Access complains that this property doesn't
exist.

Any suggestions? Or are there any better ways to add very basic HTML
editing to a form? Any help is much appreciated.

Regards,

David
 
HTML doesn't recognize carriage returns, so it doesn't surprise me that the
control doesn't recognize the Enter key.

I've got no experience with that control, but have you tried using
Ctrl-Enter? That works in many other places in Microsoft products.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top