Here's the solution for you Access 2003 and some Access 2002/XP SP3 Users for using the RichTX32.OCX ActiveX control in your Access databases :)
This method will allow Internet Explorer to also use Richtx32.ocx which does open a security flaw to be opened up, but it's the choice you take. See the KB article at MS for more info on this.
To allow Access 2002 w/SP3 or 2003 to use this control, you need to edit the registry via regedit, find the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{3B7C8860-D78F-101B-B9B5-04021C009402}
This should be there, I am dead sure that RichTx32.ocx always takes the class ID of 3B7C8860-D78F-101B-B9B5-04021C009402
Within this key there should be a DWORD value called "Compatibility Flags".
If this is set to 0x400 (hexadecimal 400, decimal 1024) then change it to simply 0 (decimal or hex). You should now be able to insert the richtext control on your forms and use the control again as per usual in Access 2002 w/SP3 or Access 2003.
I tested this with IE 6 to check if it blocks it and Access 2003 and changing this registry key does indeed remove the block.
:)
Hope this helps.
Vicky (blueBase Design)
(
[email protected] -
http://www.lilserenity.com)