I went through this frustration at my last client's office, unfortunately I didn't take notes so I don't know where I got stuff. When I installed A2K on my home PC, I installed ALL the help files, etc. so I never had any problem. Most installations done by PC support in the office place do typical installs which leave these out. I would suggest uninstalling Office (not just Access) and reinstalling with ALL options selected (as they should be for a developer). You want ALL the help files for ALL the office products to be installed. Then to get the ancillary help files (you need ADO and DAO), make sure that the appropriate help files are installed (I don't know how if a full install of office didn't do it) and make sure that a reference to them is checked. Also, you will need to open the help dialog from the VBA window rather than the database window. The ADO help files are in the following directory on my system:
C:\Program Files\Common Files\System\ADO (win95)
C:\Program Files\Common Files\Microsoft Shared\Office10\1033 (win XP)
The DAO files are in:
C:\Program Files\Common Files\Microsoft Shared\DAO (win95)
C:\Program Files\Common Files\Microsoft Shared\Office10\1033 (win XP)
Thanks Jack, but I find most of the help entries helpful, probably because I have the background to understand what I am reading. The problem with help is FINDING anything.