command buttons in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I create a command button on a form that when the pointer passess
over it it highlights or hoovers,

Thanks

Ivette
 
It's possible. Use the OnMouseMove event. However, you will likely need two
variables. One variable would be used to control the effect's timing. For
example, when you place your mouse over a button, variable A would be change
to this. However, if you move your mouse 'off' the button (over another
object), variable A would be change--this would control the timing. Looks
like it kind of difficult if you ask me. Cool idea though--might have to
work on this one.

Best regards,

Todd
 

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