Installed SP3 Access 2000 - help not working

S

SR

Hello,

Since I installed the SP3 for Office 2000, the help file for VBA does not
work. For example, in the following partial code:

Function ProcessPosted() As Long
Dim MyDb As Database
Dim MyRst As Recordset
Dim MyQDef As QueryDef
Dim MyCount As Long

Set MyDb = CurrentDb
Set MyRst = MyDb.OpenRecordset("SELECT * FROM Transaction WHERE TPosted
=True")

If I press F1 on "recordset", I get another windows telling me: "Multiple
instances of the selected word have been found. Please select a topic and
press help." If I select the second entry, I get a blank window. If I try
"QueryDef", I get a blank windows.

It look like the indexing of the help file is corrupted. I tried "Detect
and repair" but it did not fix the problem. How can I fix this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top