Help, online, "content not found"

  • Thread starter Thread starter Larry Brown
  • Start date Start date
L

Larry Brown

Access 2003, using Help menu for "round function" displays a help screen.
When I click on the "round" subject it directs to microsoft on the web where
a "content not found" message is displayed in the status bar. Is there any
way to upgrade the help file? I know I can go to the web and find this
information but users are used to searching through help which worked until
recently. I suspect all the VBA links are not longer active.

Thanks,
 
Larry Brown said:
Access 2003, using Help menu for "round function" displays a help screen.
When I click on the "round" subject it directs to microsoft on the web
where
a "content not found" message is displayed in the status bar. Is there
any
way to upgrade the help file? I know I can go to the web and find this
information but users are used to searching through help which worked
until
recently. I suspect all the VBA links are not longer active.

Function help is usually available from the VBA IDE Help menu: Use Ctrl + G
to get to an Immediate window where you can input:

? Round()

Then select the word Round and hit F1
 

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

Back
Top