F1 (help) does not work for ADODB in Object Browser

J

John

Problem: F1 (help) does not work for ADODB in Object Browser

Office 2003, Windows XP Professional



ADODB is contained in MSADO15.DLL. It appears in the References dialog box
(available from the Project menu) as "Microsoft ActiveX Data Objects 2.7
Library".



I have it checked and its' functions are working.



However, when I am in the Object Browser and use F1 on any of the ADODB
objects, the Help window comes up but is blank. The F1 works fine on other
library modules like VBA, Excel, etc.. Is there something somewhere that
needs to be installed using the References dialog box to make the help work
for ADODB. Thank you for your help.
 
J

Jamie Collins

...
ADODB is contained in MSADO15.DLL. It appears in the References dialog box
(available from the Project menu) as "Microsoft ActiveX Data Objects 2.7
Library".

However, when I am in the Object Browser and use F1 on any of the ADODB
objects, the Help window comes up but is blank. The F1 works fine on other
library modules like VBA, Excel, etc.. Is there something somewhere that
needs to be installed using the References dialog box to make the help work
for ADODB. Thank you for your help.

Try setting a reference to another version of ADO (e.g. 2.1).

Jamie.

--
 
Top