Access VBA help does not display some topics

  • Thread starter Thread starter keith
  • Start date Start date
K

keith

Can any one tell me how to get the VBA help displaying
info on access specific properties and methods, e.g it
will display help on "value" but not on "movefirst". I`ve
installed every component i can think of.
thanks
 
There are a few problems with Access VB Help for A2K and AXP.

The best way I found is to use the ObjectBrowser to navigate to the right
Property / Method and then click the Help button in the ObjectBrowser. It
seems to take me to the right topic every time.

With MoveFirst, which a Method of DAO, you need to make sure DAO 3.6
Library is included in the References Collection so that MoveFirst appears
in the ObjectBrowser.
 
Back
Top