P
P-chu via AccessMonster.com
I'm sure this is simpler than what I've been trying. I have a combo box that
displays hyperlinks from a table. Works great, but you must click the
hyperlink selection twice from the combo box to make it work. The hyperlinks
just go to generic documents located on the server. Very basic. Any help.
I tried this to no avail:
Private Sub Combobox1_AfterUpdate()
Me.[Combobox1].Requery
End Sub
Thanks.
displays hyperlinks from a table. Works great, but you must click the
hyperlink selection twice from the combo box to make it work. The hyperlinks
just go to generic documents located on the server. Very basic. Any help.
I tried this to no avail:
Private Sub Combobox1_AfterUpdate()
Me.[Combobox1].Requery
End Sub
Thanks.