Per the title, I am trying to adding a hyperlink to a listbox entry. Let me outline what I am currently doing and what I would like to accomplish.
Outline:
I have an Excel file which through the use of forms I modified it into a simple database. The data is stored on a sheet using rows and columns. Each row is an entry with the columns containing different information about the entry.
I created a system which allows the user to upload an attachment with each new entry if they so desire. This is noted by a column which contains a hyperlink to the file.
The user is able to view the entries to the database through the use of a "master" viewing form. Basically this form capture the basic information of each entry and allows the user to search through it. I accomplished this through the use of a list box with six columns and six textboxes each located above a column for searching purposes.
Goal:
I would like to create a seventh column in the listbox used in the master viewing form which contains a hyperlink to any attached file. This would allow the user to easily load any related file without having to exit the form. The problem is that I cannot figure out how to add a hyperlink into a listbox. As near as I can tell the listbox allows only plain text. Does anybody know a work-around?
I considered simply using dynamic buttons off to the side of the listbox. It worked fine until the listbox contained more entries than the height allowed and thus created a scrollbar, which destroyed the buttons idea.
Any thoughts?
TIA,
BD
Outline:
I have an Excel file which through the use of forms I modified it into a simple database. The data is stored on a sheet using rows and columns. Each row is an entry with the columns containing different information about the entry.
I created a system which allows the user to upload an attachment with each new entry if they so desire. This is noted by a column which contains a hyperlink to the file.
The user is able to view the entries to the database through the use of a "master" viewing form. Basically this form capture the basic information of each entry and allows the user to search through it. I accomplished this through the use of a list box with six columns and six textboxes each located above a column for searching purposes.
Goal:
I would like to create a seventh column in the listbox used in the master viewing form which contains a hyperlink to any attached file. This would allow the user to easily load any related file without having to exit the form. The problem is that I cannot figure out how to add a hyperlink into a listbox. As near as I can tell the listbox allows only plain text. Does anybody know a work-around?
I considered simply using dynamic buttons off to the side of the listbox. It worked fine until the listbox contained more entries than the height allowed and thus created a scrollbar, which destroyed the buttons idea.
Any thoughts?
TIA,
BD