[AccessD] A2000: Inserting HTML codes into a Text Box

Steve Erbach erbachs at gmail.com
Thu Apr 14 13:45:02 CDT 2005


Charlotte,

It's possible that my Access 2000 installation is a bit screwy. I
tried that AutoKeys thing in Access 2003 and it works as advertised.
My new ^b macro uses SendKeys to insert <b></b> at the cursor just
fine.

However, on an older machine with Access 2000 installed, I set up the
same macro in AutoKeys, but when I press the key combo, a message
appears in the Access status bar: "Setting up wizards..." and a
progress bar appears next to it. A single block appears in the status
bar and nothing happens. If I then press ^b again, the status message
and progress bar disappears, but still no HTML codes. I think I'll see
what happens if I open this Access 2000 database in 2003 and do the
macros there.

Thanks, Charlotte.

On 4/14/05, Charlotte Foust <cfoust at infostatsystems.com> wrote:
> I think what you're looking for is an autokeys macro.  You can find info
> in Help using the AutoKeys search word.  The name of each autokey macro
> is a ^x syntax, which represents the combination of control key and
> letter to press to trigger the macro.  The macro can use a SendKeys to
> insert the desired text at the cursor position.
> 
> Charlotte Foust

-- 
Regards,

Steve Erbach
Scientific Marketing
Neenah, WI
www.swerbach.com
Security Page: www.swerbach.com/security



More information about the AccessD mailing list