Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: hperlinks on toolbar buttons


Message #1 by Robert Stein <Robert.Stein@B...> on Fri, 10 Aug 2001 09:43:10 +1000
Hi group,



Does anyone know how to make a toolbar button open a URL link when pressed ?

Its easy with normal command buttons, but how do you do this for toolbar 

buttons  ??



Thanks



Message #2 by "Craig Flannigan" <ckf@k...> on Fri, 10 Aug 2001 08:27:08 +0100
Do you mean the Toolbar control that you add to Access forms?



If so, you need to be aware that by clicking ANY toolbar button, it fires

the same event handler each time.



But what it also does, is to pass a Key, or ID number to the event handler

which you can then trap via a Select Case statement.





If this is what you're meaning, let me know and I will give you some code.









-----Original Message-----

From: Robert Stein [mailto:Robert.Stein@B...]

Sent: Friday 10 August 2001 00:43

To: Access

Subject: [access] hperlinks on toolbar buttons





Hi group,



Does anyone know how to make a toolbar button open a URL link when pressed ?

Its easy with normal command buttons, but how do you do this for toolbar

buttons  ??



Thanks






  Return to Index