LarryDeLaruelle
Technical User
I am trying to complete a hyperlink field by prompting the user for the file name and then adding the balance of the path.
This is what I have:
Private Sub cmdLink_Click()
BitMapLink = "\\Eagle\Delaruellelarry$\" & txtFileName & ".bmp"
End Sub
cmdLink is a command button to create the string and assign it to BitMapLink. BitMapLink is the Hyperlink field.
The basic UNC will always be the same. I just want to concatenate the file name and extension which will always be a bitmap.
This code works ok as far as creating the string. When I point to it the cursor responds appropriately by changing to a pointing hand. However, clicking on the link produces no response.
I've tried Access help (both 97 and A2K) with no appreciable assistance.
Any idea why this process will not work?
Thanks. Larry De Laruelle
ldelaruelle@familychildrenscenter.org
This is what I have:
Private Sub cmdLink_Click()
BitMapLink = "\\Eagle\Delaruellelarry$\" & txtFileName & ".bmp"
End Sub
cmdLink is a command button to create the string and assign it to BitMapLink. BitMapLink is the Hyperlink field.
The basic UNC will always be the same. I just want to concatenate the file name and extension which will always be a bitmap.
This code works ok as far as creating the string. When I point to it the cursor responds appropriately by changing to a pointing hand. However, clicking on the link produces no response.
I've tried Access help (both 97 and A2K) with no appreciable assistance.
Any idea why this process will not work?
Thanks. Larry De Laruelle
ldelaruelle@familychildrenscenter.org