Any webpage with a texteara field will not put a carriage return with ctrl-enter or enter. Fortunately for me I finally did find a key that would put an enter in this html form field, ctl-m.
I was working with MS access and here is what I did to make "carriage return" work like it should on a textarea field.
You set the keypreview to "on" on the main form.
On the main form put this code on the keyup event
if keycode = 13 then
sendkeys "^m"
end if
If this has helped anyone send an email to williamhall@brooklyngroup.com.au,
at least I know I wasnt the only one to run into this problem.
Enter your message below
Sign in or Join us (it's free).