Command Buttons

M

man7117

I need to create a command button that gets help from access does anyon
know how to do this?

Thanks,

Michel
 
S

Steve Schapel

Michele,

On the On Click event of the command button, you can put this code...
DoCmd.RunCommand acCmdMicrosoftAccessHelpTopics

Context-sensitive Help is available most of the time via pressing the F1
key.
 

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