Hey everyone,
I am currently using Access in order to filter through items in a large database using a combo box. Each item will have a hyperlink value stored in the combo box query that will open a more detailed powerpoint report. My question is, what would the code look like to have a command button seek out that hyperlink from a given column in the combo box?
I took a shot in the dark and tried the code,
Private Sub Command110_Click()
Application.FollowHyperlink Me.Combo46.Column(9)
End Sub
But that didn't work.
Anyone know what the code would have to look like to pull this off?
I am currently using Access in order to filter through items in a large database using a combo box. Each item will have a hyperlink value stored in the combo box query that will open a more detailed powerpoint report. My question is, what would the code look like to have a command button seek out that hyperlink from a given column in the combo box?
I took a shot in the dark and tried the code,
Private Sub Command110_Click()
Application.FollowHyperlink Me.Combo46.Column(9)
End Sub
But that didn't work.
Anyone know what the code would have to look like to pull this off?