okay. i made a label and change the forecolor to blue, and font made it underline...

like this one:
[FONT COLOR="BLUE"]Answers[/FONT]

and the code is:
VB Code:
  1. Private Sub lblLink_Click()
  2. frmAnswers.show
  3. End Sub

is there another solution, option or recommendation? i mean any other simple way of making links to an object?....