Hi,
try:
DoCmd.ShowToolbar "Web", acToolbarNo
Furthermore you could just switch your hyperlink fields to text fields and
then just use the followhyperlink method on the on click event of the control
on a form:
Application.FollowHyperlink Me.YourControl
You can format the control to look like a hyperlink.
HTH
Good luck

Signature
Oliver
Admin Specialist & Computer Science Major @ UMD - Go Terps - :)
http://www.oli-s.de
> Hello!
>
[quoted text clipped - 11 lines]
>
> Thanks for any suggestion
Warrio - 11 Jan 2006 14:14 GMT
Thanks a lot! it works perfectly!!
I've used the hyperlink property only to have the hand as a cursor.
Thnaks again!!
> Hi,
> try:
[quoted text clipped - 27 lines]
>>
>> Thanks for any suggestion
freakazeud - 11 Jan 2006 14:28 GMT
You could also put a single space in the hyperlink address field of the
property of a label and you would get the hand as well :)
Glad I could assist.
Good luck on future projects!

Signature
Oliver
Admin Specialist & Computer Science Major @ UMD - Go Terps - :)
http://www.oli-s.de
> Thanks a lot! it works perfectly!!
> I've used the hyperlink property only to have the hand as a cursor.
[quoted text clipped - 32 lines]
> >>
> >> Thanks for any suggestion