Re: Multi link button
Hi Roy,
I get a list of the machines in listbox1 and for every machine I got special folder with pictures and docs for that machine in my dropbox folder... I need a buttton because what I want is :
1. click on first machine in the listbox (ID1), the button (btnDocs) link should be to files in folder (for example "folderID1") with docs for machineID1,
2. click on first machine in the listbox (ID2), the button (btnDocs) link should be to files in folder (for example "folderID2") with docs for machineID2,
3. click on first machine in the listbox (ID3), the button (btnDocs) link should be to files in folder (for example "folderID3") with docs for machineID3............
when selected on listbox I get data for that machine in textboxes, and I want to have an option just in case I want to see images for that machine.
so, the objective is to have a button that is dependent of selection on listbox.
Thank you for trying to help me